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) […]
Author: Admin
How To Show Number of Queries and Page Load Time in WordPress
Views: 24Simply paste the following code anywhere you like in your theme files (such as footer.php). And refresh the page. You will see the number of queries and the execution time. Source : WP Beginner
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/
Permitted File Types for Uploading – WordPress
Views: 26WordPress core filters When WordPress validation for the file type fails and the above third-party plugins can’t help, you can also try using the upload_mimes WordPress filter to implement your own solution. You can find below a few examples: Where Do I Put This Code? Here is one that is widely used: Code Snippets Third Party Plug-In
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/
Adding Placeholder, Changing Input Type, Changing Text (Value) using Javascript (JS)
Views: 33Adding Placeholder Changing Input Type Changing Value by ID Changing Value by ClassName
Contact Form 7 – Stop Duplicate Submissions
Views: 314 The above code to be added in My Custom Functions – Space X-Chimp