facebook

MobiOne Form Action question

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #341784 Reply

    madson_gr
    Member

    Hi, I could not find the form documentations so, how do I proceed with forms, form actions on MobiOne? I want to register some text data in cache to open it on another screen later.
    1-After I check the form checkbox.
    2-Form Action Type = (Screen.mobi) ?
    3-Form Method = POST
    4-Form Result Type = ???

    Can I use additional PHP file?

    Thanks for now.

    #341853

    Hi madson_gr,

    You don’t need to use a form function to pull a value that is on a screen that is not active. Your form fields are held in the DOM even when not visible. Thus they are available for the entire session. See Mobione Widgets

    Example:

    $('#m1-screen2-textField1').val('');

    Let us know if you need further assistance.

    #341857

    madson_gr
    Member

    I think I need a step-by-step =\

    #341944

    @madson_gr,

    It is easier for us sharing a sample project that demonstrate how to do it. Please take a look at the attached project.

    Attachments:
    You must be logged in to view attached files.
Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: MobiOne Form Action question

You must be logged in to post in the forum log in