The Community forums are being phased out in favor of a new Slack group.
Add your email address below to get an invitation to join the community slack group
Remove submit button
Hi,
I try to delete the Submit button but it doesn't work
I tried to put css
- in the page (#frm_form_XXX_container input[type="submit"] {display:none !important;}),
- in "the customize html" after the fields : <div class="frm_submit frm_hidden"> <input type="submit" value="[button_label]" [button_action] /></div>
If someone have an other solution, it will be nice !
Thanks
Clem
March 16, 2018 at 11:09 am
Change frm_hidden to your own class and set it to display: none; in style.css. Make sure you clear all caches to see the change.
March 17, 2018 at 3:18 pm
Hi,
Thanks for your answer but I am not very good in CSS language.
What's my "own class"?
Thanks
Discussion closed.