Jump to content
  • 0

Dropdown Reset On Submission


freshstart

Question

I have 1 dropdown followed by 4 cascading dropdowns lined up horizontally on a submission page.

 

When the submit button is selected the results come out fine, but all of the dropdowns are reset. I don't want the dropdowns to reset when the submit button is selected, but would like to have a separate reset button so the user can reset the dropdowns when desired.

 

Also, the submit button is below the dropdowns and I want to put it and the reset button on the same horizonal line and to the right of the dropdowns.

 

I appreciate any help.

 

Thanks

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

To have the submit button aligned with other elements you need to hide the actual button in the style you are using for this page. Make a copy of the style and in it and find .cbSubmitButton add display:none; to it.  Apply this to your page.

 

Then add an HTML Block and create your custom button. If you want to have the same setting before hiding the button right click on it, inspect element and copy the button code and use the same code. Just make sure to remove ID value.

 

About reset I am not sure maybe other user can help

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...