javascript - How to design a web form system
PHPz
PHPz 2017-05-19 10:43:04
0
3
648


demo

Similar to this. How is the front-end system structured? Have you ever done this. I have edited invitation letters before, so the principle should be similar. I would like to learn more about the implementation.

PHPz
PHPz

学习是最好的投资!

reply all(3)
洪涛

You mean you want to make a mobile form editor?

The best practice is probably the idea of ​​componentization. Each item is a component, which is good for the person who designs the form, the developer, and the user.

As for the specific design, this is too general.

左手右手慢动作

The description of the problem is too simple, I don’t understand your intention, but you can find a similar web form page and press F12 to enter the console to see its structure

仅有的幸福

Use the idea of ​​componentization and treat each problem as a component

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!