valan Posted May 16, 2013 Share Posted May 16, 2013 Hi! I plan to build complex input form that: - will have dependable select fields, processed through ajax, e.g. address (country->region->city) - will have nested sub-forms, opened by click in modal window - will have custom CSS design Comparable example of input form and how it is processed - Facebook edit profile page. Would you recommend to use Form Builder for such kind of input form development or it is better to write something from the scratch? Link to comment Share on other sites More sharing options...
onjegolders Posted May 16, 2013 Share Posted May 16, 2013 Hi Valan I'll preempt this by saying that I believe it may be possible to achieve in FormBuilder, though in Ryan's own words, Form Builder is a tool for making simple forms much much quicker to make rather than for coding more complex forms. I'd be tempted to make this myself to have more control let me know if you need any help. Perhaps Ryan or others may comment on this to confirm the possibility of using FB. 1 Link to comment Share on other sites More sharing options...
ryan Posted May 17, 2013 Share Posted May 17, 2013 will have dependable select fields, processed through ajax, e.g. address (country->region->city) Field dependencies are coming to ProcessWire and FormBuilder later this year, though won't be ajax driven. will have nested sub-forms, opened by click in modal window This probably would not be a good use case for FormBuilder. will have custom CSS design You can create your own themes with FormBuilder. They are based upon jQuery UI's theme framework. Would you recommend to use Form Builder for such kind of input form development or it is better to write something from the scratch? What you are talking about sounds pretty custom, and seems to me more like something one would build from markup rather than with a form building tool. 1 Link to comment Share on other sites More sharing options...
valan Posted May 17, 2013 Author Share Posted May 17, 2013 Ryan, thank you for the answer! Clear now. Also great to know that field dependencies are coming!! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now