Hi there,
I have a question about the dynamic dropdown:
As you can see in the attached screenshot I fill my dropdown with data from a database and I use the Value and the Text Key. I want to send both of them in a email after the form is submitted.
That´s not a problem with the value key, because I can define the field name in my email, but how can I send the Text Key too?
Thanks
Steffen
I have a question about the dynamic dropdown:
As you can see in the attached screenshot I fill my dropdown with data from a database and I use the Value and the Text Key. I want to send both of them in a email after the form is submitted.
That´s not a problem with the value key, because I can define the field name in my email, but how can I send the Text Key too?
Thanks
Steffen
Hi sbischoff,
I think that I would use the 'Data to Session' (in the On Load event) and 'Session to Data' (in the On Submit event) actions to preserve the data and then use PHP in a Custom Code in the On Submit event to look up the text that relates to the submitted value.
Bob
I think that I would use the 'Data to Session' (in the On Load event) and 'Session to Data' (in the On Submit event) actions to preserve the data and then use PHP in a Custom Code in the On Submit event to look up the text that relates to the submitted value.
Bob
This topic is locked and no more replies can be posted.