Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hello!
Im building a custom forms actor which will make a service call to our customer support system. One of the parameters which is required by support system is customer email.
At the moment I have an kind of ugly solution with a "NameOfEmailField" string property on actor where you have to add name of forms element where user supplies email. In actor implementation I match value from "NameOfEmailField" with form elements and add value to service call.
I would like a solution where instead of having a free text field you can choose which forms element from a dropdownlist based on elements in current form which matches customer email. I have played around with a SelectOneAttribute and ISelectionFactory but it seems I only get hold of the actor, not the form on which the actor is added. Has anyone managed to solve this?
This is what im trying to achieve: