This is a migrated thread and some comments may be shown as answers.

Posting a form to an external link

1 Answer 69 Views
AppBuilder in-browser client
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ram
Top achievements
Rank 1
Ram asked on 27 Jul 2015, 10:17 PM

Hi,

Is it possible to post a form to an external link?

Thanks

Ram

1 Answer, 1 is accepted

Sort by
0
Tsvetina
Telerik team
answered on 30 Jul 2015, 12:14 PM
Hello Ram,

You can post form data to a remote server by making an AJAX request. On submit of the form, get the form data and post it using jQuery.ajax(). You can use the serialize()  method on the form element to get its data serialized for your post request.

This Stack Overflow thread contains some examples:
Submit a form using jQuery

Regards,
Tsvetina
Telerik
 

Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work seamlessly with AppBuilder.

 
Tags
AppBuilder in-browser client
Asked by
Ram
Top achievements
Rank 1
Answers by
Tsvetina
Telerik team
Share this question
or