1. When using the following, where godzilla is first name and monster is last name;
[fep_shortcode_new_message_form to=”godzilla monster” subject=”test”]
the form DOES NOT show.
2. When using the following where godzilla is first name;
[fep_shortcode_new_message_form to=”godzilla” subject=”test”]
the form shows as expected.
3. When using the following variable, where $first_name = ‘godzilla’;
[fep_shortcode_new_message_form to=”$first_name” subject=”test”]
the form DOES NOT show.
I have tried a variable with various syntax with Zero succcess.
The only success I have had is #2 above.
The form shows as expected when using default pre populate.
What I need is to be able to use a variable for the to=$variable.
What am i doing wrong?
LJC