Hello
How can I make a "back" button on before send page if user want to make some correct in text he was just write in form without lose data which he write on prevorius page?
actually the form page is only one page and mail is sent on submitting it, from which page you want to get back ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
how did you create the page before send ?? how do you show the user his data ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
make a table with all position like in "1) main form page"", in cell i use link to variables like that <?php echo $_POST['variable'] ?>. USer can see is that what he write is correct.
good, now the 2nd page has a submit button ? how do you keep data inside it ? hidden fields ? also, does the 2nd page is a complete new form or just some onsubmit code ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.