As a WordPress plugin developer, ensuring the security of your plugin is crucial. One way to do this is to understand and implement data sanitization in your plugin. Data sanitization…
The following code shows how to make a checkbox field in Gravity Forms require all options be ticked if the field is required. By default, if the field is required only…
By default Gravity Forms only allows you to set a field as required or not. You can control this to some extent by using conditional logic to show or hide…
The following code shows how to make a checkbox field in Gravity Forms require all options be ticked if the field is required. By default, if the field is required only…
The following code will allow Adminstrators and users that have access to view form submissions to view a form outside of the form schedule. This can be useful at both…
Problem By default, 'website' fields in Gravity Forms will display a validation error message if the user enters an address that is missing the protocol - HTTP, HTTPS, FTP. The…
Problem By default, 'website' fields in Gravity Forms will display a validation error message if the user enters an address that is missing the protocol - HTTP, HTTPS, FTP. There…
XML Notepad 2007 is a free XML Editor provided by Microsoft. Features include: Tree View synchronized with Node Text View for quick editing of node names and values. Incremental search…