The form tag is in a custom module (hence the values come from module.__.__ ) As of right now, the redirection works, but the email is not sent.
I've taken the approach of removing the module on the template that uses it and simply putting the form tag, but I had the same results. So I have narrowed down the possible problem to my hubl form tag configuration. I've read through the hubl form tag doc and I feel like what I'm doing should work. I'm wondering what could prevent the email from sending.
Sending follow up email to form with hubl form tag
SOLVE
The issue was with the value passed for 'simple_email_for_live_id'. The module was used in an hubdb page and the email id came from a column named 'follow-up_email_id'. I changed the name of the column to 'follow_up_email_id' (replaced the hyphen with an underscore) and everything worked. Maybe dont let column names contain hyphens if it creates issues like this one?
Sending follow up email to form with hubl form tag
SOLVE
The issue was with the value passed for 'simple_email_for_live_id'. The module was used in an hubdb page and the email id came from a column named 'follow-up_email_id'. I changed the name of the column to 'follow_up_email_id' (replaced the hyphen with an underscore) and everything worked. Maybe dont let column names contain hyphens if it creates issues like this one?