• I’m trying to add Gravity Form fields directly within HTML content in my form. Could someone guide me on how to accomplish this?

    Thank You!

    • This topic was modified 10 months, 2 weeks ago by zoe20.
    • This topic was modified 10 months, 2 weeks ago by zoe20.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    See if this reference helps : https://docs.gravityforms.com/category/getting-started/add-form-to-site/

    Also, as Gravity Form is the premium plugin there should be their dedicated support which can unblock you quickly. Ref: https://community.gravityforms.com/

    If you’re asking about using the HTML content field and entering it that way, I don’t believe it works. The reasoning behind that is each form field gets processed by the plugin for inclusion in submission, adding to notifications, writing to the database, validation, etc…. Since you created a custom form input inside this section it missing all that processing

    In theory, any input inside a form should get passed through during the submission process so you should be able to get at it somewhere. I don’t know which hook you’d use though but one of the submission one I expect are what you’re after. Once you find it though, it is mostly on you to write some code in order to handle this input and have it treated like the other fields

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to Embed Form fields directly within HTML content’ is closed to new replies.