Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 2.02 KB

README.md

File metadata and controls

43 lines (32 loc) · 2.02 KB

GravityFormsTweaks

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
    1. Upload this Plugin to your Wordpress Backend (You have to upload it as a ziped-Folder that has the Plugin Name!).
    1. Activate this Plugin.
    1. In your form, create a new single-line text field.
    1. On the Advanced tab, check the box “allow field to be populated automatically” and add the parameter name of ‘dateDDMMYYYY’.
    1. 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
    1. Upload this Plugin to your Wordpress Backend (You have to upload it as a ziped-Folder that has the Plugin Name!).
    1. Activate this Plugin.
    1. Assign the following Custom CSS Class (under the "Appearance" tab) to the field you want to make "read-only": gf_readonly
    1. 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:
    1. Upload this Plugin to your Wordpress Backend.
    1. Activate this Plugin.
    1. In your form, create a new single-line text field.
    1. On the Advanced tab, check the box “allow field to be populated dynamically” and add the parameter name of ‘uuid’.
    1. Save your form and check results on Frontend.
    1. 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.