You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have had numerous cases where there's a form with a hidden input field pre-populated to determine the email notification recipient, or something similar to that. The problem arises when the code for the form suddenly becomes <input type="hidden" name="recipient" value="<span class="mh-email"... and so on (therefore totally breaking the form).
I see there's code that looks to see if an email is hyperlinked, but it would be tremendously helpful if the same would be done for if an email is within an input tag.
I was using remove_filter for various situations to get around this in the past, but the newest version's object-oriented functions makes remove_filter not able to disable this on a per-case scenario. I've had to disable mailhide entirely to resolve this in the meantime, but I'd love to get back to using this plugin's full set of capabilities.
The text was updated successfully, but these errors were encountered:
I have had numerous cases where there's a form with a hidden input field pre-populated to determine the email notification recipient, or something similar to that. The problem arises when the code for the form suddenly becomes <input type="hidden" name="recipient" value="<span class="mh-email"... and so on (therefore totally breaking the form).
I see there's code that looks to see if an email is hyperlinked, but it would be tremendously helpful if the same would be done for if an email is within an input tag.
I was using remove_filter for various situations to get around this in the past, but the newest version's object-oriented functions makes remove_filter not able to disable this on a per-case scenario. I've had to disable mailhide entirely to resolve this in the meantime, but I'd love to get back to using this plugin's full set of capabilities.
The text was updated successfully, but these errors were encountered: