Title: action=&#8221;&#8221; in process_form_shortcode.php makes HTML non valid
Last modified: June 19, 2017

---

# action=”” in process_form_shortcode.php makes HTML non valid

 *  Resolved [joachimschlosser](https://wordpress.org/support/users/joachimschlosser/)
 * (@joachimschlosser)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/action-in-process_form_shortcode-php-makes-html-non-valid/)
 * `action=""` in line 398 of `process_form_shortcode.php` makes HTML non valid.
   
   Removing the property altogether leaves the functionality intact and fixed that
   HTML violation.

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Contributor [yikesitskevin](https://wordpress.org/support/users/yikesitskevin/)
 * (@yikesitskevin)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/action-in-process_form_shortcode-php-makes-html-non-valid/#post-9244972)
 * Hi [@joachimschlosser](https://wordpress.org/support/users/joachimschlosser/),
 * You’re 100% correct. I’ve removed this. I’m planning on pushing a small update
   at some point today and I will include this fix. Thanks a lot for letting us 
   know! 🙂
 * Kevin.
 *  Thread Starter [joachimschlosser](https://wordpress.org/support/users/joachimschlosser/)
 * (@joachimschlosser)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/action-in-process_form_shortcode-php-makes-html-non-valid/#post-9245077)
 * Thanks, Kevin, great. There is also a ton of other violations around nesting 
   of labels and input fields, but I have not yet looked into it deeply to suggest
   anything.
 *  Plugin Contributor [yikesitskevin](https://wordpress.org/support/users/yikesitskevin/)
 * (@yikesitskevin)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/action-in-process_form_shortcode-php-makes-html-non-valid/#post-9248338)
 * Hi Joachim,
 * The `process_form_shortcode` file is huge and handles a lot of different options(
   so a lot of conditionals). It also mixes HTML and PHP, which can cause a lot 
   of unnecessary output and makes it more difficult to read (especially when combined
   with conditionals). I am not surprised that there are violations and I’d love
   to clean up this file more.
 * We have a ticket clean up this file so any advice/suggestions you have will be
   written down and appreciated!
 *  Plugin Contributor [Tracy Levesque](https://wordpress.org/support/users/liljimmi/)
 * (@liljimmi)
 * 🏳️‍🌈 YIKES, Inc. Co-Owner
 * [8 years, 11 months ago](https://wordpress.org/support/topic/action-in-process_form_shortcode-php-makes-html-non-valid/#post-9248773)
 * Hello.
 * Here is the ticket if you want to help out: [https://github.com/yikesinc/yikes-inc-easy-mailchimp-extender/issues/640](https://github.com/yikesinc/yikes-inc-easy-mailchimp-extender/issues/640)
 * Thank you!
    -Tracy

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘action=”” in process_form_shortcode.php makes HTML non valid’ is closed
to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/yikes-inc-easy-mailchimp-extender_a1c7e5.
   svg)
 * [Easy Forms for Mailchimp](https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/)
 * [Active Topics](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/reviews/)

## Tags

 * [valid html](https://wordpress.org/support/topic-tag/valid-html/)

 * 4 replies
 * 3 participants
 * Last reply from: [Tracy Levesque](https://wordpress.org/support/users/liljimmi/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/action-in-process_form_shortcode-php-makes-html-non-valid/#post-9248773)
 * Status: resolved