Adding link to Autoresponder
-
Ok issue ive been having for awhile. The Auto responder validation doesnt allow tags with a href set.
Already set the autoresponse_config to html with below code:add_filter( 'caldera_forms_autoresponse_config', function( $config ) { $config[ 'html' ] = true; return $config; });The bit that is casing error:
You can download it here
%guidetype% is just a HTTPS URL. Even when hardcoding the url it still doesn’t save. Removing the href actually allows it to save but obviously link need to go somewhere.Any ideas? Thanks in advance.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Adding link to Autoresponder’ is closed to new replies.