• Resolved Taiko Media

    (@taiko-media)


    Hi, thanks for this great plugin.

    I was wondering if there’s an easy way to change the ‘submit’ text on the button?

    Cheers,
    Richard

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author fabianlindfors

    (@fabianlindfors)

    Hi Richard! I’m glad to hear you’re enjoying it.

    Changing the button text is really simple, you can specify it with the ‘submit_text’ argument.

    If you are displaying your form with a shortcode it looks something like this: [advanced_form form="YOUR FORM KEY" submit_text="Submit button text"]

    If you are displaying it with a function call then it can be done like this:

    advanced_form( 'form_key', array(
        'submit_text' => 'Submit button text',
    ));
    

    Hope this helped!
    Check out the documentation for some more form display options: https://advancedforms.github.io/guides/basic/displaying-a-form/

    Thread Starter Taiko Media

    (@taiko-media)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom text for the submit button’ is closed to new replies.