Joomla 3.2.1 Stable
ChronoForms 5.0RC2
K2 2.6.7
The goal is to have a standard Contact Form where a user can update required fields leveraging K2's front end editing feature via Extra Fields (no administrator panel access necessary).
In my K2 template, I have set the Extra Field value as a Session Variable. Then in ChronoForms, under the Code tab I have changed it to Custom (from Wizard). Here I have a simple echo statement that displays my email address (K2 Extra Field) properly on the front end. This was done to ensure the session variable is being passed.
Next I created a hidden field where I set the value equal to my session variable. Then under the Setup tab, and the Email action, I set the Dynamic Email to the field name of my hidden field (where my variable is being set).
When I check the front end, I received an error saying I must specify at least one valid email. So I attempted the same with a visible field instead of hidden, and indeed there are stripped characters.
Is there another way I can pass my session variable to be used as the Dynamic Email value? Any solutions or alternatives would be greatly appreciated. Also if you would like to see my code, just let me know.
ChronoForms 5.0RC2
K2 2.6.7
The goal is to have a standard Contact Form where a user can update required fields leveraging K2's front end editing feature via Extra Fields (no administrator panel access necessary).
In my K2 template, I have set the Extra Field value as a Session Variable. Then in ChronoForms, under the Code tab I have changed it to Custom (from Wizard). Here I have a simple echo statement that displays my email address (K2 Extra Field) properly on the front end. This was done to ensure the session variable is being passed.
Next I created a hidden field where I set the value equal to my session variable. Then under the Setup tab, and the Email action, I set the Dynamic Email to the field name of my hidden field (where my variable is being set).
When I check the front end, I received an error saying I must specify at least one valid email. So I attempted the same with a visible field instead of hidden, and indeed there are stripped characters.
Is there another way I can pass my session variable to be used as the Dynamic Email value? Any solutions or alternatives would be greatly appreciated. Also if you would like to see my code, just let me know.