Back button to the left position

SPABO 11 Sep, 2014
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
GreyHead 11 Sep, 2014
HI Spabo,

Either edit/add CSS or use Custom Element element and add your own HTML.

Bob
SPABO 11 Sep, 2014
Both elements should be somewhere in a css script, no idea how to do this and make it work
SPABO 13 Sep, 2014
Hi Bob, Max,

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
sharonbetts 19 Sep, 2014
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.
SPABO 19 Sep, 2014
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?
sharonbetts 19 Sep, 2014
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?
SPABO 19 Sep, 2014
By changing the HTML code, as you can see above
jfascia 22 Sep, 2014
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.
This topic is locked and no more replies can be posted.