Hi, first of all many thanks for the wonderful extension you ve made🙂
i have create a simple form of asking to the user to input some info and then do 2 things, 1st save it to db which i ve managed to do it successfully and 2nd send to email which i also managed to do it successfully
then i want it for the user to have the option to see the data before clicking submitting and i saw that there the confirmation page so i said ok gr8!
when i went there it had the 2 tabs "configure plugin" and "help"
by reading "help" i went to configure the "configure plugin" tab
i click
Disable WYSYWYG editor? No
Tooltip Show buttons? No
Tooltip Submit button value
Tooltip Back button value
then at Confirmation page code i input the same code i had for the email address so the user can see the info that he placed with an addition of the buttons so he can send his form
coming to the end of the explanation of what i did although that i believe that i followed the instruction right, somewhere something doesnt work right cause
even that i save the plugin, i activate from inside the form when i made a testrun although that it showed the data the user placed when i click submit (for a second time from the confirmation page) it returned me back to the form as it hasnt being written at all (meaning to the beginning) without having submitted anything...
so what i believe is that im not inserting the right configurations in the buttons..can you help me? ty
what i have insert is this:
i need for the submit to save the data and send email
and for the reset (might be another value after) to go back to the form so the user can correct what he doesnt like.
ps: i ve searched the forum section and i ve found something about http://www.chronoengine.com/forums.html?cont=posts&f=9&t=16577&start=0&hilit=confirmation and there GreyHead mention something about "fixed" etc but i didnt find anything else from there on.. can someone point the direction if this is the solution?
and also i ve set "Republish fields if error occured " to "try to republish"
if this is anything that has a meaning
ty in advanced
i have create a simple form of asking to the user to input some info and then do 2 things, 1st save it to db which i ve managed to do it successfully and 2nd send to email which i also managed to do it successfully
then i want it for the user to have the option to see the data before clicking submitting and i saw that there the confirmation page so i said ok gr8!
when i went there it had the 2 tabs "configure plugin" and "help"
by reading "help" i went to configure the "configure plugin" tab
i click
Disable WYSYWYG editor? No
Tooltip Show buttons? No
Tooltip Submit button value
Tooltip Back button value
then at Confirmation page code i input the same code i had for the email address so the user can see the info that he placed with an addition of the buttons so he can send his form
coming to the end of the explanation of what i did although that i believe that i followed the instruction right, somewhere something doesnt work right cause
even that i save the plugin, i activate from inside the form when i made a testrun although that it showed the data the user placed when i click submit (for a second time from the confirmation page) it returned me back to the form as it hasnt being written at all (meaning to the beginning) without having submitted anything...
so what i believe is that im not inserting the right configurations in the buttons..can you help me? ty
what i have insert is this:
<div class="form_item">
<div class="form_element cf_button"><input name="button_20" type="submit" value="Submit" /> <input name="reset" type="reset" value="Reset" /></div>
</div>
i need for the submit to save the data and send email
and for the reset (might be another value after) to go back to the form so the user can correct what he doesnt like.
ps: i ve searched the forum section and i ve found something about http://www.chronoengine.com/forums.html?cont=posts&f=9&t=16577&start=0&hilit=confirmation and there GreyHead mention something about "fixed" etc but i didnt find anything else from there on.. can someone point the direction if this is the solution?
and also i ve set "Republish fields if error occured " to "try to republish"
if this is anything that has a meaning
ty in advanced