从应用程序内的后端创建多个字段表单和电子邮件响应

发布于 2024-11-03 04:30:34 字数 166 浏览 3 评论 0原文

我试图弄清楚并获取一些有关如何收集应用程序内单独文本字段的特定视图上输入的所有信息的信息,然后将所有这些收集到一个字符串中,并在用户点击发送后将此数据通过电子邮件发送到特定电子邮件按钮。我基本上试图创建一个用户填写然后提交的表单,令人惊讶的是我在这里或在线找不到任何与此相关的有用数据或示例。任何有用的意见将不胜感激。

I am trying to figure out and get some info on how to collect all info inputed on a specific view on separate text fields from within the app, then collect all these into one string and have this data emailed to a specific email after user hits send button. Im basically trying to create a form that the user will fill and then submit, surprisingly I can not find any useful data or examples pertaining to this here or online. Any useful input would be greatly appreciated.

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

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

发布评论

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

评论(1

毁梦 2024-11-10 04:30:34

您好,

您可以使用 UItableviewController 创建自己的数据输入表单 - 在 Cell.content 视图中添加表单元素,但如果您是新的,则可以使用此库来生成数据输入表单 -

https://github.com/ittybittydude/IBAForms

希望这有帮助,

Hii,

you can create your own data entry form with UItableviewController -Adding Form Elements in Cell.content Views but if your new then go for this Library to generate Data Entry Forms -

https://github.com/ittybittydude/IBAForms

Hope this helps,

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