x
x
x
x
Only portrait mode is currently supported - please rotate your device.
...
HTML |
---|
<script>
$(window).on('load', function(){
$("#uploadButton4").click(() => {
$("#i_imageOrganizer").click();
})
$("#i_currentImageOrganizer").waitUntilExists(() => {
setTimeout(function(){
var currentimgorg = $('#i_currentImageOrganizer').val();
if(currentimgorg !== ""){
$( "#currentimgorg-insert" ).remove()
var d4 = document.getElementById('uploadButton4');
d4.insertAdjacentHTML('afterend', `<div class="file-upload-name" id="currentimgorg-insert">${currentimgorg}</div>`);
}
}, 1200);
});
$("#i_imageOrganizer").change(function(){
$( "#currentimgorg-insert" ).remove()
var logo4 = document.getElementsByClassName("up-file")[0].value.split("\\").pop();
var d4 = document.getElementById('uploadButton4');
d4.insertAdjacentHTML('afterend', `<div class="file-upload-name" id="currentimgorg-insert">${logo4}</div>`);
});
});
</script>
|
ConfiForms Form Definition | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
<!-- Startup Add/Remove Rules → <!--Load the current field values--> <!--Load the current field values (ADMIN)--> <!--Don't allow events in the past--> <!--Don't allow end date earlier than start date--> <!--Add cohosts to ownedBy list on new entry--> <!--Update cohosts to ownedBy list on existing entry--> <!--Update currentName from currentName on existing entry→ <!--Update the organizer image if changed--> <!--Set current attachment name on new entry--> <!--Update fields upon edit--> <!--Redirect on update--> <!-- Create group when event is created send analytics Event--> <!–TODO - Set page name from title→ <!–Create new page--> <!--Redirect new entry--> <!–Update entry with created page url--> <!-- Copy Organizer image to attachments bank --> <!–Update entry with created page update url--> <!--Delete update entry reference--> <!--Send email to new co-hosts--> Hello, You receiving this message because you are listed as a cohost on the [entry.name] event. To view changes, edit, or publish the event, go <a href="[entry.createdPage.urlPath]">here</a>. Thank you, Product OneValley Team |
...
OneValley