Replies: 1 comment
-
This is currently only possible in Formie 3 at the moment. {% set form = craft.formie.forms.handle('contactForm').one() %}
{% do form.setPageSettings('page-1', {
{# Override the submit button text for "Page 1" #}
submitButtonLabel: 'Click here to submit',
}) %}
{{ craft.formie.renderForm(form) }} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can change field settings like this, but its for specific field grabbed by handle:
Submit buttons however do not have handles. Is there maybe option for affecting all fields of specific type? So i would just affect all submit buttons.
Beta Was this translation helpful? Give feedback.
All reactions