Home  >  Q&A  >  body text

javascript - How to design a web form system


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.

PHPzPHPz2733 days ago655

reply all(3)I'll reply

  • PHP中文网

    PHP中文网2017-05-19 10:45:04

    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.

    reply
    0
  • ringa_lee

    ringa_lee2017-05-19 10:45:04

    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

    reply
    0
  • 仅有的幸福

    仅有的幸福2017-05-19 10:45:04

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

    reply
    0
  • Cancelreply