Can I somehow disable the way the Custom Profile Data Tag outputs a web address?
I need to prepopulate a checkout form using Cartthrob and one of my Profile Fields is “website” which ends up like below when using the custom profile tag within my input’s value.
<input id="website" type="text" name="website" value="<a href="http://www.site.com">http://www.site.com</a>" >Any ideas?