Some Plugins for little GravityForms Tweaks (Wordpress Forms Plugin)
- USE AT YOUR OWN RISK // NO WARRANTY!
Here is How to use them:
Gf_DateFormateDDMMYYYY
This plugin will help you populate a Gravity Forms text field with todays date in the formate DDMMYYYY
- USE AT YOUR OWN RISK // NO WARRANTY
-
- Upload this Plugin to your Wordpress Backend (You have to upload it as a ziped-Folder that has the Plugin Name!).
-
- Activate this Plugin.
-
- In your form, create a new single-line text field.
-
- On the Advanced tab, check the box “allow field to be populated automatically” and add the parameter name of ‘dateDDMMYYYY’.
-
- Save your form and check results on Frontend.
Gf_Readonlyfield
This plugin will make it possible to make GravityForms fields "read only"
- USE AT YOUR OWN RISK // NO WARRANTY
-
- Upload this Plugin to your Wordpress Backend (You have to upload it as a ziped-Folder that has the Plugin Name!).
-
- Activate this Plugin.
-
- Assign the following Custom CSS Class (under the "Appearance" tab) to the field you want to make "read-only": gf_readonly
-
- If you want to style the field via CSS, have a look here: https://gravitywiz.com/how-to-style-gravity-forms-read-only-fields/
GravityFormsMLuniqueID
- This plugin will help you populate a Gravity Forms text field with a unique ID
- USE AT YOUR OWN RISK // NO WARRANTY
- HOW TO USE:
-
- Upload this Plugin to your Wordpress Backend.
-
- Activate this Plugin.
-
- In your form, create a new single-line text field.
-
- On the Advanced tab, check the box “allow field to be populated dynamically” and add the parameter name of ‘uuid’.
-
- Save your form and check results on Frontend.
-
- Hint: You might have to adapt the Form ID and Field ID in the Plugin code before uploading it. Its easy, just take a look into the plugin code.