Title: HTML script field bugs in PIE Registration Form
Last modified: August 6, 2017

---

# HTML script field bugs in PIE Registration Form

 *  Resolved [bbappybabs](https://wordpress.org/support/users/bbappybabs/)
 * (@bbappybabs)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/html-script-field-bugs/)
 * In PIE registration form when I am trying to add HTML script field in the edit
   form panel, it doesn’t work properly. When I am adding any html code, it just
   returns the html code itself.
    For example if I try to add “[something](https://wordpress.org/support/topic/html-script-field-bugs/?output_format=md#)”
   in the html script edit field it returns the whole html code “PIE registration
   form no effect of html script. It seems PIE registration is not properly configured
   their HTML script adding option. I think the html code must be encoded while 
   updating into database and then again decoded back while outputting. How do I
   solve it?
    -  This topic was modified 8 years, 10 months ago by [bbappybabs](https://wordpress.org/support/users/bbappybabs/).

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

 *  Plugin Contributor [genetech](https://wordpress.org/support/users/genetech/)
 * (@genetech)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/html-script-field-bugs/#post-9387993)
 * Hi, We were able to recreate the issue you mentioned. We are working on it and
   will provide a patch for this after QA.
 * Thanks,
    Kirmani
 *  Plugin Contributor [genetech](https://wordpress.org/support/users/genetech/)
 * (@genetech)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/html-script-field-bugs/#post-9390197)
 * This will be fixed in the next release. For now please comment out the line 2348
   pie-register/pie-register.php (3.0.4 version)
    $fv[‘html’] = htmlentities(stripslashes(
   $fv[‘html’]), ENT_QUOTES | ENT_IGNORE, “UTF-8”);
 * to
 * //$fv[‘html’] = htmlentities(stripslashes($fv[‘html’]), ENT_QUOTES | ENT_IGNORE,“
   UTF-8”);
 * Best,
    Kirmani
 *  Thread Starter [bbappybabs](https://wordpress.org/support/users/bbappybabs/)
 * (@bbappybabs)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/html-script-field-bugs/#post-9404612)
 * Well that works for now. But it doesn’t solve everything, it still has some issues.
   Please check it out… thanks Kirmani
    -  This reply was modified 8 years, 10 months ago by [bbappybabs](https://wordpress.org/support/users/bbappybabs/).
 *  Plugin Contributor [genetech](https://wordpress.org/support/users/genetech/)
 * (@genetech)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/html-script-field-bugs/#post-9468367)
 * Hi, Can you please share what other issues were still there so that I can have
   QA recreate those issues?

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

The topic ‘HTML script field bugs in PIE Registration Form’ is closed to new replies.

 * ![](https://ps.w.org/pie-register/assets/icon-256x256.png?rev=2467686)
 * [Pie Register – User Registration, Profiles & Content Restriction](https://wordpress.org/plugins/pie-register/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pie-register/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pie-register/)
 * [Active Topics](https://wordpress.org/support/plugin/pie-register/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pie-register/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pie-register/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [genetech](https://wordpress.org/support/users/genetech/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/html-script-field-bugs/#post-9468367)
 * Status: resolved