• I have the Jetpack contact form on a page on our WordPRess.org site but no matter where I paste the short code, it makes my form disappear.

    I am not too technical. Could you tell me where the code you provided ([contact-form submit_button_text='Submit Now'] should go? Would like to change the Submit Now text.

    Here is the code for my form.
    [contact-form to='name@mygoforthegreen.com' subject='Skill Advisor Question']<span style="color: #96d440;">[contact-field label='Name' type='name' required='1'/][contact-field label='Email' type='email' required='1'/][contact-field label='Question' type='textarea' required='1'/]</span>[/contact-form]

    Thanks for any help you can provide, Linda

Viewing 6 replies - 1 through 6 (of 6 total)
  • I am very technical, but the submit text shortcode makes my form disappear too…

    [contact-form][contact-field label='Name' type='name' required='1'/][contact-field label='Email' type='email' required='1'/][contact-field label='Phone Number' type='text' required='1'/][contact-form submit_button_text='TELL ME MORE'][/contact-form]

    Thread Starter IreneLinda

    (@irenelinda)

    Hi Kathyrn – hopefully one of us will get an snswer!

    For now, I’ve ended up with an FS Contact Form (the one preferred by the WordPress guy helping us out on our site upgrade!).

    you need to combine it in the first shortcode (not make an additional contact-form shortcode), so it would look something like this . . .

    [contact-form subject='My Website Feedback' submit_button_text='SEND ME MONEY'][contact-field label='Name' type='name' required='1'/][contact-field label='Email' type='email' required='1'/][contact-field label='Message' type='textarea' required='1'/][/contact-form]

    Thread Starter IreneLinda

    (@irenelinda)

    Thanks, Jim. Hope this helps Kathryn. For now, I’ve saved your code in case we switch back to the Jetpack form in the future.

    Appreciated you taking the time to respond…and love the text on your submit button in the code! 🙂

    Linda

    Thanks so much Jim!

    I want to set the submit button to display:none for forms intended to be printed and mailed, other forms are submitted. I have tried variations of <input type=”submit” value=”Submit »” class=”pushbutton-wide” style=”display:none”> with no success.[contact-form submit_button_text='TELL ME MORE'] caused my form to disappear also. I am working in xampp so I have no site for you to view..

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Submit Button Text on Jetpack Contact Form’ is closed to new replies.