Hi,
i use your script: http://www.chronoengine.com/forums.html?cont=posts&p=284446 and put the PHP-Customcode and JS into "Uploaded Files/OnSuccess" - but it doesn't work.
I've checked the button name and use the same ID "submit_btn". What is wrong?
FYI: I use a Multi Page Document.
i use your script: http://www.chronoengine.com/forums.html?cont=posts&p=284446 and put the PHP-Customcode and JS into "Uploaded Files/OnSuccess" - but it doesn't work.
I've checked the button name and use the same ID "submit_btn". What is wrong?
FYI: I use a Multi Page Document.
Hi bluesky991,
The latest version is in this faq
There isn't any information here to let me know why it isn't working on your form :-(
Bob
The latest version is in this faq
There isn't any information here to let me know why it isn't working on your form :-(
Bob
Hi GreyHead,
unfortunately I have not found a solution. Perhaps the events of my screen help? Is the code on the wrong place? I really need your help and look forward to each answer.
unfortunately I have not found a solution. Perhaps the events of my screen help? Is the code on the wrong place? I really need your help and look forward to each answer.
Hi bluesky991 ,
What code exactly have you added and where have you added it?
Bob
What code exactly have you added and where have you added it?
Bob
custom code:
load js:
My button-name is "submit_btn". The position is like you see at the screen. "Onbilder" is my Event what is been loaded when you enter the file-select opage. "OnFinish" is the uploadevent after select and click next step.
<?php
$form->form_params->set('jsvalidation_onValidateSuccess', 'showLoader');
?>
load js:
function showLoader(){
$('loading').setStyle('display', 'block');
$('submit_btn').disabled = true;
};
My button-name is "submit_btn". The position is like you see at the screen. "Onbilder" is my Event what is been loaded when you enter the file-select opage. "OnFinish" is the uploadevent after select and click next step.
Hi bluesky991,
Thank you, that looks OK as far as I can see. Please post or PM a link to the form so I can take a quick look.
Bob
Thank you, that looks OK as far as I can see. Please post or PM a link to the form so I can take a quick look.
Bob
Have sent you the links via PM. Could you find something?
This topic is locked and no more replies can be posted.