[Cppcms-users] Multi-step forms
Brought to you by:
artyom-beilis
From: <jo...@em...> - 2020-10-16 09:01:55
|
The forms example is very straight forward and easy to work with. However, I have to implement a step-by-step wizard using jQuery-SmartWizard[1]. As far as I can tell I cannot use the `cppcms::widgets` to create the form as I need some "custom" HTML as the form is split into multiple sections etc. At the end, there's some "Finish" button which triggers a Javascript function which will post the content of the form. I would then attempt to parse the POST request manually in the C++ code. Is this the recommended way of doing this? Or is there a way to customize the HTML code generated by the form widgets so that it structurally matches what I need for the smart wizard? [1] http://techlaboratory.net/jquery-smartwizard Best regards, ~ Joel |