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

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

eg add_filter( 'hf_form_markup', function( $markup ) { $markup .= ''; return $markup; }); does not provide hiddenFieldUrl to the notification email. https://wordpress.org/support/topic/adding-hidden-field-value-to-notification-email/

WPBruiser might not be maintained. Users have not received reply for months on WP.org so it would be nice to add support for captcha.

I have a form with select fields, text and textarea and a checkbox. If I dont fill out the second select fields, the form is send and saved. If I...

bug
help wanted

- In any mode of the official AMP, there is a warning displayed about JS not being enabled as the message in the script tag is displayed. - The submission...

It's been requested to allow email attachments (instead of a link). Maybe just via a filter hook is fine.

Thanks for the great form plugin. I needed an additional action to GET/POST to a REST API. As this can be more complex action I also started store the action...

This is a slight improvement (subjective, but still) to the Edit Form admin UI. ### Before ![hf-1](https://user-images.githubusercontent.com/1231306/46693917-41f95080-cbd9-11e8-8405-a74a93075902.png) ### After ![hf-2](https://user-images.githubusercontent.com/1231306/46693927-46be0480-cbd9-11e8-995c-c01f720fd0ff.png) It has been tested for mobile responsiveness as well.

The default form markup was previously generated without `for` attributes in the labels. This PR changes that! Note that there is random green in the diff because I have Vim...

Wanted to do a proposal to allow for throwing `Exception`s during form validation. The current PR as is doesn't include this, but I'd even like to take it a step...