Title: flyingphyo's Replies | WordPress.org

---

# flyingphyo

  [  ](https://wordpress.org/support/users/flyingphyo/)

 *   [Profile](https://wordpress.org/support/users/flyingphyo/)
 *   [Topics Started](https://wordpress.org/support/users/flyingphyo/topics/)
 *   [Replies Created](https://wordpress.org/support/users/flyingphyo/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/flyingphyo/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/flyingphyo/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/flyingphyo/engagements/)
 *   [Favorites](https://wordpress.org/support/users/flyingphyo/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Forminator Forms – Contact Form, Payment Form & Custom Form Builder] HTML Field is not working properly or limitations?](https://wordpress.org/support/topic/html-field-is-not-working-properly-or-limitations/)
 *  Thread Starter [flyingphyo](https://wordpress.org/support/users/flyingphyo/)
 * (@flyingphyo)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/html-field-is-not-working-properly-or-limitations/#post-17229909)
 * Thank you for your reply. I will try it.
 * Thanks,
 * phyo
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Forminator Forms – Contact Form, Payment Form & Custom Form Builder] HTML Field is not working properly or limitations?](https://wordpress.org/support/topic/html-field-is-not-working-properly-or-limitations/)
 *  Thread Starter [flyingphyo](https://wordpress.org/support/users/flyingphyo/)
 * (@flyingphyo)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/html-field-is-not-working-properly-or-limitations/#post-17226217)
 * Thank you Nithin. I will keep waiting for your further suggestion.
 * With thanks,
 * flyingphyo
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Forminator Forms – Contact Form, Payment Form & Custom Form Builder] HTML Field is not working properly or limitations?](https://wordpress.org/support/topic/html-field-is-not-working-properly-or-limitations/)
 *  Thread Starter [flyingphyo](https://wordpress.org/support/users/flyingphyo/)
 * (@flyingphyo)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/html-field-is-not-working-properly-or-limitations/#post-17225444)
 * Hello Zafer,
 * Thank you very much for your kind and quick reply. Your help works very well 
   but may I ask some more questions please –
    1. How can I include that html field in your plugin’s submission tab of wordpress
       dashboard? Now I can’t know what the users fill in that field when they submit
       the form.
    2. Is it possible to customize error message for that html field when a user fills
       invalid inputs. I tried using ‘oninvalid’ attribute but I think it doesn’t work.
       My code is as follow.
 *     ```wp-block-code
       <?php
       add_shortcode('html_text', 'wpmudev_html_text');
       function wpmudev_html_text() {
           return "<input type='text' maxlength='12' minlength='12' onkeypress='return event.charCode >= 48 && event.charCode <= 57' style='width:100%' oninvalid='this.setCustomValidity('Wrong ID Number')' onchange='this.setCustomValidity('')' onvalid='this.setCustomValidity('')' required='true'>";
       }
   
       add_filter( 'forminator_replace_variables', 'do_shortcode' );
       ```
   
 * With thanks,
 * flyingphyo
    -  This reply was modified 2 years, 8 months ago by [flyingphyo](https://wordpress.org/support/users/flyingphyo/).

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