WPBakery Page Builder (formerly Visual Composer) – vc_map() field examples

Views: 217Mapping fields with Examples textarea_htmlText area with default WordPress WYSIWYG Editor. Important: only one html_textarea is permitted per shortcode and it should have “content” as a param_name textfieldSimple Input textareaSimple textarea field dropdownDropdown input field with a set of available options. An array containing the dropdown values (either should be a normal array or an associative array) […]

Change Modal Title When Adding or Editing an Entry – GP Nested Forms

Views: 87To change the Modal Add / Edit Button Label, Sample Code Snippet GP Nested Forms – Change Submit Button Text for Child Form – Used Code Source : https://gravitywiz.com/documentation/gpnf_init_script_args/

Gravity Forms – How to show a Pre-submission confirmation page with all the filled form information to users ?

Views: 109 How to use (gform_review_page) filter. You can apply the review page filter for all your Gravity forms or for a specific form. Paste the below code in the child theme’s function.php file. OR use Code Snippets by Code Snippets Pro Apply filter on all the active forms. Apply filter on a particular form. Source : https://wpmonks.com/blog/how-to-show-a-pre-submission-confirmation-page-with-all-the-filled-form-information-to-users/