Phonegap JQTouch 多页表单 - 存储信息直至最终 POST

发布于 2024-09-12 17:24:14 字数 166 浏览 1 评论 0原文

使用 Phonegap 框架的 JQTouch 实现多页面表单并将信息保存到最终 POST 之前的最简单方法是什么?

基本上,我想使用 JQTouch 创建一个多页面表单,并在最后 POST/发送输入到我的服务器上的 PHP 页面的所有信息,但我无法找出保存用户信息的最佳方法。

谢谢!

What's the easiest way to implement a multi-page form and save the information until the final POST using JQTouch for the Phonegap framework?

Basically, I want to create a multiple page form with JQTouch and at the end POST/send all information entered to a PHP page on my server, but am having trouble figuring out the best way to save the users info.

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

神爱温柔 2024-09-19 17:24:14

从他们的输入中收集所有变量,然后使用 Ajax 将它们发布到网络上。

Collect all of the variables from their inputs and then use Ajax to post them to the web.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文