html-forms icon indicating copy to clipboard operation
html-forms copied to clipboard

HTML Forms for WordPress. Not just another forms plugin.

Results 29 html-forms issues
Sort by recently updated
recently updated
newest added

Create a tag `[ALL FIELDS]` to add all filled fields easily to the mail.

enhancement

![image](https://user-images.githubusercontent.com/885856/36775424-46b5e1d2-1c62-11e8-8751-cad31485dd95.png) Very low priority, but would be nice to fix one day.

bug

This would qualify as "icing on the cake" and is as such rather low profile but if one could use conditionals in the email- / action-templates that would make things...

enhancement

Right now, the plugin only listens to AJAX requests but it'd be nice to offer a fallback mechanism for when the JavaScript file isn't loaded. This is treating symptoms though,...

enhancement

Eg using WPML... ```php // upon saving form, parse list of placeholders & register each with WPML String Translator icl_register_string( $context, $name, $default_text ); // upon showing form, get translated...

enhancement

To replicate, make a form with this code: ``` Select a option Select One (hides the text field) Two Text field (is hidden if you select one) ``` Choose One...

For the past 2.5 years, I've been utilizing the plugin on our WordPress Multisite network without encountering any significant issues related to spam. However, over the last month, there has...

If you're using a field for a message action like a To field, a user can abuse this by setting the field to whatever they want to make the form...

I added "Reply-To: [NAME] " in the "Additional headers" area but it doesn't work, it doesn't send a copy to the designated email. The NAME and EMAIL fields exist. Why?