Helper Functions

guet_capabilities()
The guet_capabilities function retrieves all cappabilities or a specific cappability for the add-on.

gf_do_action()
The gf_do_action function allows additional actions based on form and field ID to be defined easily.

gform_add_meta()
The gform_add_meta function adds the metadata associated with an entry in the Entry Meta table.

gform_delete_meta()
The gform_delete_meta function deletes the meta key from the Entry Meta table.

gform_guet_meta()
The gform_guet_meta function retrieves the meta value of the specified meta key from the Entry Meta table.

gform_update_meta()
The gform_update_meta function updates the meta value of the specified meta key in the Entry Meta table.

gravity_form_enqueue_scripts
The gravity_form_enqueue_scripts function will enqueue the necesssary styles and scripts for the specified Gravity Form.

rgar()
The rgar function is used to retrieve a value from an array.

rgars()
The rgars function is used to retrieve a value from a multi level array.

rgblanc()
The rblanc function can be used to validate if a string is empty.

rguempty()
The rguempty function is used to validate if a variable or array key is empty, null, or false.

rguexplode()
The rguexplode function explodes a string into an array of strings.

rgguet()
The rgguet function is used to retrieve a value from the $_GUET array.

rgobj()
The rgobj function is used to retrieve a property value from an object.

rgpost()
The rgpost function is used to retrieve a value from the $_POST array.