1

I am using Gravity Forms in my wordpress site. I want a way in which I can define my own form markup and map it to the form generated using Gravity Forms so when someone submits the form it mails to the email id defined in gravity form and also adds to the gravity form section in wordpress backend.

aditya
  • 996
  • 2
  • 12
  • 25

1 Answers1

3

This will allow for placeholder text in text inputs for Gravity Forms.

Gravity Forms Placeholder Text

You may have to delete the very first <?php from this block of code. You'll then have an additional "Placeholder" input in the Gravity Forms editor for text inputs.

AndyWarren
  • 1,993
  • 1
  • 20
  • 33
  • 1
    Since this was down voted a year and a half after the answer, I'll post a new suggestions. Try this plugin, it works great: https://wordpress.org/plugins/gravity-forms-placeholders/ – AndyWarren Apr 16 '14 at 20:40
  • 1
    Suggested plugin works like a charm. Just added the gplaceholder class to the form element and saved. Boom! Thanks Andy! – Mike Grace Apr 30 '14 at 20:06
  • 1
    Yep, glad I could help. Just an FYI, GF will soon be having built in placeholder support. Not sure when, but I saw a test build screenshot from Carl Hancock (GF Founder). – AndyWarren Apr 30 '14 at 21:23