Please guide how I can integrate a ChronoForm to the Letterman Newsletter component.
I would like that when the user subscribes to my newsletters, I am able to capture more user details like his date of birth, address, tel etc. I thought of doing so by creating a custom subscription form using ChronoForms with all the fields that I need plus one checkbox which says subscribe or not to the newsletter.
I would like that when the user submits the form, the user data is stored in the DB using the standard ChronoForms mechanism, and after that, if everything goes well, post the form to the subscription component of the Letterman Newsletter with the subscriber_name and the subscriber_email field. But I do not know how to post the already posted form, since there is a redirect URL mentioned which I can specify and not a re-send request on success URL.
Please suggest what according to you is the best way to achieve this integration.
Regards,
Tushar
I would like that when the user subscribes to my newsletters, I am able to capture more user details like his date of birth, address, tel etc. I thought of doing so by creating a custom subscription form using ChronoForms with all the fields that I need plus one checkbox which says subscribe or not to the newsletter.
I would like that when the user submits the form, the user data is stored in the DB using the standard ChronoForms mechanism, and after that, if everything goes well, post the form to the subscription component of the Letterman Newsletter with the subscriber_name and the subscriber_email field. But I do not know how to post the already posted form, since there is a redirect URL mentioned which I can specify and not a re-send request on success URL.
Please suggest what according to you is the best way to achieve this integration.
Regards,
Tushar