Hi,
I'm looking for how to populate my form with these parameters:
method=
onsubmit=
name=
value=
input type=
I just can't find them in Gravity Form's documentation or when I create a form in WP.
Regards
Johan
Hi,
I'm looking for how to populate my form with these parameters:
method=
onsubmit=
name=
value=
input type=
I just can't find them in Gravity Form's documentation or when I create a form in WP.
Regards
Johan
Hi Johan,
These aren't things that you can normally configure in the form builder.. the types, values, names, etc. are set dynamically.
What exactly are you trying to accomplish?
Hi Kevin,
thanx for taking time to answer. What I'm trying to do is to recreate this form in Gravity Forms: http://pastebin.com/CPcpvvmC
This form comes from a web page several years old and now I want to recreate it in Gravity Forms. There are several fields like "input type="text" name="pf_SubscriberName" that I can find no input options for in Gravity Forms. The HTML we can leave out.
Regards
Johan
By HTML I mean the CSS styling of the form! :-)
Single line text is the input type=text. You can't control the field ID names as Gravity Forms generates those. There is an e-mail field in Gravity Forms you can use to grab e-mail addresses. You can turn off Gravity Forms CSS styling by going to Settings and turning Output CSS to Off.
Let me know if this helps.