To post in the forums you need to register and log in .
Hi Paul,
We're interested in the new version of Flex Form but wanted to know how we could get the module to post data to a specified URL with certain fieldnames and values from the submitted form. Are there any examples of submit actions which i assume is what we need to use? Thanks Dan
Hi Dan,
Yes, there are examples of how to write a submit action. Briefly, what you need to do is to create a class that inherits SubmitActionBase, then implement the necessary methods.
To configure the form to use your custom action, first set the Method Library configuration setting to the name of the assembly (without the .dll extension) that contains your class. Then select the class in the custom actions drop down lists.
I will put an example up on the wiki shortly.
Regards,
Please see the following KnowledgeBase article for information about how to write custom actions.