


WeChat Mini Program Example: Code Implementation for Form Submission
The content of this article is about the WeChat applet example: the code implementation of form submission, which has certain reference value. Friends in need can refer to it. I hope it will be helpful to you.
<view class='container'> <form bindsubmit='denglu'> <view class='list'> <view class='left'> <label>手机号:</label> <input type='number' name="tel" bindinput='shj' maxlength='11' placeholder='请输入手机号'></input> </view> <view class='right'></view> </view> <view class='list border'> <view class='left'> <label>验证码:</label> <input type='number' name="code" placeholder='请输入验证码'></input> </view> <view class='right'> <button class='send' wx:if="{{isShow}}" catchtap='send'>发送验证码</button> <button class='send' disabled='{{true}}' wx:else>{{countdown}}秒后重新发送</button> </view> </view> <button form-type='submit' class='btn'>登录</button> </form> </view>
const app = getApp() Page({ /** * 页面的初始数据 */ data: { isShow:true }, //登录 denglu:function(e){ let fromdate=e.detail.value; wx.request({ data:fromdate, success:function(res){} }) }, /** * 生命周期函数--监听页面加载 */ onLoad: function (options) { }, })
Note: Form submission is key-value matching based on the name attribute of the input
Related recommendations:
App() function in WeChat applet Detailed usage explanation
WeChat applet example: How to get the user’s openid (with code)
The above is the detailed content of WeChat Mini Program Example: Code Implementation for Form Submission. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Dreamweaver CS6
Visual web development tools

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

SublimeText3 Linux new version
SublimeText3 Linux latest version

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft
