How can I send input from a form built as a .swf file?

  • bhnh
    Asked on July 19, 2015 at 5:45 PM

    I've made a four-page swf for customizing sports uniforms.  All the information is gathered in a single array and is currently e-mailed to the client.  

    The client has been using JotForm and would like to integrate the swf with his JotForm account.  Is there a way to get the data in the swf to the JotForm account?  Currently I'm using ActionScript 3 function navigateToURL() to e-mail the info.

    Any guidance would be greatly appreciated!

  • jonathan
    Replied on July 19, 2015 at 6:05 PM

    Were you trying to embed the form to a Flash page? It will help us understand more if you can share to us the URL of the page where we can test and check the form used.

    You may also want to check the user guide on http://www.jotform.com/help/129-Add-a-Form-to-Flash

    Thanks.

  • bhnh
    Replied on July 20, 2015 at 9:47 AM

    Thanks for the prompt response.  Here's a link to application... Uniform Designer , and here's the basic embed code:

    HTML moved here: http://pastiebin.com/55ad160f3c676

     

    Here's the ActionScript code that creates the data object to submit:

    Script moved here: http://pastiebin.com/55ad163e2fe4c

     

    Thanks for taking a look at this.

  • Welvin Support Team Lead
    Replied on July 20, 2015 at 11:53 AM

    You can get the full source codes of the form and then customize it based on your client's preferences. Here's how: http://www.jotform.com/help/104-How-to-get-the-Full-Source-Code-of-your-Form.

    Now, based on the given form, I think it's possible but it's a bit complicated. I think the best way would be to create the form using the available tools we have.

    For the image selections, you can use any of the following widgets:

    http://widgets.jotform.com/widget/image_radio_buttons

    http://widgets.jotform.com/widget/image_choices

    http://widgets.jotform.com/widget/image_picker

    Thanks