Conversation
supportA hyperlink in the error message breaks the plugin. For example, these both cause it to fail: That code is incorrect. Please try again or use <a href="https://themilkmob.org/contact//?message=Question about Oct 8 OBC" target="_blank" rel="noopener">use our contact form</a> to request the code. That code is incorrect. Please try again or use <a href="https://themilkmob.org/contact//?message=Question%20about%20Oct%208%20OBC" target="_blank">use our contact form</a> to request the code. Beggars can’t be choosers, but any chance you could add that capability? Thanks.
Hello @pixeldroid , If you want to embed a link in the error message then please make sure it does not contains any double quotes. place it like that: That code is incorrect. Please try again or use <a href='https://themilkmob.org/contact//?message=Question about Oct 8 OBC' target='_blank' rel='noopener'>use our contact form</a> to request the code. here is the working sample https://drive.google.com/file/d/1PsPfgJfNOhOP-wGCG6kCZYSknleAMf6n/view?usp=drivesdk Let us know if that works for you. Thanks
Hello @pixeldroid , If you want to embed a link in the error message then please make sure it does not contains any double quotes. place it like that: That code is incorrect. Please try again or use <a href='https://themilkmob.org/contact//?message=Question about Oct 8 OBC' target='_blank' rel='noopener'>use our contact form</a> to request the code. here is the working sample https://drive.google.com/file/d/1PsPfgJfNOhOP-wGCG6kCZYSknleAMf6n/view?usp=drivesdk Let us know if that works for you. Thanks