There's 200 form builders, but none do what a programmer can, so I built my own
1–10 of 82 posts
Re: There's 200 form builders, but none do what a programmer can, so I built my own
#2Re: There's 200 form builders, but none do what a programmer can, so I built my own
#3Re: There's 200 form builders, but none do what a programmer can, so I built my own
#4Does it mean custom HTML written by the creator of the form or just a few precanned options?
Re: There's 200 form builders, but none do what a programmer can, so I built my own
#5> None of them can do dynamic HTML. Does it mean custom HTML written by the creator of the form or just a few precanned options?
You can even append to an HTML value so you can use multiple rules to build up HTML content.
Re: There's 200 form builders, but none do what a programmer can, so I built my own
#6> None of them can do dynamic HTML. Does it mean custom HTML written by the creator of the form or just a few precanned options?
I mean custom HTML by the creator. You create a form rule to set the value of an HTML input, and then you can embed the values of inputs in the form into that html. I've used a lot of hidden inputs to determine values like even css classes to change how stuff gets displayed. You can even append to an HTML value so you can use multiple rules to build up HTML content.
Re: There's 200 form builders, but none do what a programmer can, so I built my own
#7Re: There's 200 form builders, but none do what a programmer can, so I built my own
#8https://xkcd.com/927/
Re: There's 200 form builders, but none do what a programmer can, so I built my own
#9And now there's 201!
Re: There's 200 form builders, but none do what a programmer can, so I built my own
#10The perfect abstract does not exist and one that can do everything is the one that doesn’t have the abstraction to begin with. I.E. use the underlying API directly