pods-form Shortcode not Working
-
Hi, I inherited this piece of code and I think it used to work a while ago but now it just doesn’t print anything, did something change in the latest updates that is preventing this code to work as expected? Apparently everything looks fine so I’m not sure what the issue might be:
$fields = array( 'send_email_for_each_registration', 'send_email_for_each_member_post' ); echo apply_shortcodes( sprintf( '[pods-form name="user" fields="%s" label="Update" id="{@user.id}"]', implode( ',', $fields ) ) );I am using the Version 3.0.10.
Thanks.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘pods-form Shortcode not Working’ is closed to new replies.