When using the Submit(Next Page) and the Back (Previous Page) in a multipage form, the "Back button"is located at the right side of the container.
How to get the "Back" button the left side?
Eg
BACK BUTTON----SUBMIT BUTTON
How to get the "Back" button the left side?
Eg
BACK BUTTON----SUBMIT BUTTON
HI Spabo,
Either edit/add CSS or use Custom Element element and add your own HTML.
Bob
Either edit/add CSS or use Custom Element element and add your own HTML.
Bob
Both elements should be somewhere in a css script, no idea how to do this and make it work
Hi Bob, Max,
I could achieve it by changing the code and put the line of the backbutton before the submit
But....as soon as you aligment, it's the old situation again.
I would like to ask you to change the sourcecode in order to have to back-button standard left from the submit.
Eg
BACK SUBMIT RESET
Now it is
SUBMIT RESET BACK
Cheers
K
I could achieve it by changing the code and put the line of the backbutton before the submit
<div class="ccms_form_element cfdiv_submit" id="page31_container_div" style="text-align:left">
<input type='button' name='back' value='Vorige pagina' onclick='history.back()' />
<input name="page3" class="" value="Ge naar pagina 3 van 7" type="submit" />
<div class="clear"></div><div id="error-message-page3"></div></div>
<!--_CHRONOFORMS_PAGE_BREAK_-->
But....as soon as you aligment, it's the old situation again.
I would like to ask you to change the sourcecode in order to have to back-button standard left from the submit.
Eg
BACK SUBMIT RESET
Now it is
SUBMIT RESET BACK
Cheers
K
How did you even get a back button on your multi-page form? I have been reading and do not see how to do this.
In the PREVIEW area, open the SUBMIT button
You can find than the BACK button option ( as well a RESET button option)
Trus this is what you mean?
You can find than the BACK button option ( as well a RESET button option)
Trus this is what you mean?
Thank you for replying, but I only have the choices: Submit, Reset, Button
I have the newest version of Chronoforms. Any idea how to implement Back?
I have the newest version of Chronoforms. Any idea how to implement Back?
I'd also like to know how to Implement a "back" button as well. This may be obvious to a lot of you, but as a beginner in Chronoforms, I'm lost.
I'd like to stay in wizard mode, so is there a way to do this in Designer that doesn't require html modifications?
I've already read the other posts on this topic, but none are very easy to follow.
I'd like to stay in wizard mode, so is there a way to do this in Designer that doesn't require html modifications?
I've already read the other posts on this topic, but none are very easy to follow.
This topic is locked and no more replies can be posted.