Download Plugin
alit@allin…
Style#354gforms
Licence
c51fb3a6d108f509a01606cac8365e0d
Embed a form Shortcode
Shortcode, wrap with [ ]
gravityform id="X" title="true" ajax="true"
gravityform id="X" title="false" ajax="true"
Important Configuration points
Plugin Settings
- Recaptcha (create on ga@allinit.com.au, sync bookmarks, the link will be there)
- make sure to add all the stg and final domains
- use v2(annoying puzzles) OR v3(you need to download the additional recaptcha v3 add on from GF website (but you can use the same keys for wordfence woocommerce integratio)
Form settings
- Enable honey pot spam prevention
- use merger tags {Name:1} {entry_id} etc where appropriate for notification emails
- set up admin notification
- use user email for reply to field
- set up user notification
- use admin email for reply to field
Form Editing
- name email and phone number always required fields
- address fields – if Only australian, hide street line 2, change label for city to suburb, default country to Australia
- always add Recaptcha
- when picking a option field, think about whether the user needs to pick 1 choice (radio/select) or multiple choices (checkbox/multiselect)
Using shortcodes
- refer to above and below notes
Dynamically populate a field
To dynamically populate a radio field in Gravity Forms using a URL parameter, you can use the following steps:
-
Create the Form and Add a Radio Field:
- In the WordPress admin panel, go to “Forms” and create a new form or edit an existing one.
- Add a radio button field to the form.
- Set the choices you want the radio button to have (e.g., “Education,” “Healthcare,” “Council,” etc.).
-
Set Up Dynamic Population:
- Select Edit Field
- Select “Advanced” tab.
- Check “Allow field to be populated dynamically”
- Add “Parameter Name”
Using URL
https://example.com/?parameter=value
Using Shortcode
gravityform id="ID" title="true" field_values="parameter=value"
-
Expected Behavior:
- When someone visits the URL with the
sectorparameter set tocouncil, Gravity Forms will automatically select the “Council” option in the radio field if “Council” is one of the choices.
- When someone visits the URL with the