Hi @jzzz,
Instead of using Custom CSS field that is applied globaly try editing your form in Forminator, switch to the Appearance tab and enable Custom CSS field there.
Paste your code and now it should be applied only to that specific form.
Or if you are using global CSS use a selector that will point to that specific form by using its ID.
Here’s an example for the form that you linked in our other ticket:
#forminator-module-1659 #submit.forminator-field {
display: none;
}
Cheers,
Predrag
Thread Starter
jzzz
(@jzzz)
Thanks!
The second method worked fine.
Hello @jzzz
I hope you are doing well!
Glad to know that the issue is resolved
I’m closing this ticket for now. If you do have any followup questions or require further assistance feel free to reopen it and let us know here.
Kind regards,
Nastia
How can edit the page break field?
Hi @noorjan77
“Page break” field can’t be edited as it’s only an internal marker that indicates in-between which fields the form should be split into pages. It’s invisible on front end too.
You can move the “page break” field (drag&drop) if you want to “split” the form in different place. If you want to change look/behavior of paging itself then once “page break” is added to the form, there’s a “Paginaton” option right above the form fields.
If this doesn’t answer your question or you got any follow up questions, please create a separate ticket of your own as per this forum rules.
Kind regards,
Adam