ekornmeyer
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [W3 Total Cache] Self hosted/Mirror CDN not working for minified CSS/JS filesDid you ever figure this out? Having the same issue!
Nevermind, ninja_forms_get_all_forms(); will work! Thanks for the plugin
Hi Shay,
Thanks for the response. If I could manage to pass the email from the first step into hidden fields on the subsequent steps, you’re saying that could possibly make it work?
Just FYI I fixed it in core/um-fields.php
if ( isset( $data['allowclear'] ) && $data['allowclear'] == 0 ) { $class = 'um-s2'; } else { $class = 'um-s1'; }I changed
$class = 'um-s1';to$class = ' um-s1';The rendered output was not putting a space between the um-iconed and um-s1 classes on the select
Same thing here. All of my links in the email that gets sent get stripped out..
Viewing 5 replies - 1 through 5 (of 5 total)