Hate PDF Forms? Check out my No Code solution! Create a form using text markup. Get an URL pointing to the form and mail it to your customers. I recently received a PDF form (created by M$ Word). I use Linux and managed to open it with Libreoffice (Draw!). The text entry boxes were misaligned or just missing. Digits each had a separate text field. Tiresome... By the time I had re-exported it to PDF with the fields fi…
> or view the form here https://sayitwith.ink/form/d59de7609590d1da1cd24fb5ddd6a775 bad form id
Hate PDF Forms? Check Out My No Code Solution
11–20 of 39 posts
Re: Hate PDF Forms? Check Out My No Code Solution
#12Re: Hate PDF Forms? Check Out My No Code Solution
#13Bug: Get the following error unless I change the text in text box. server internal error (identical form exists?)
Clicking the "view the form here" link is also bugging out, says "bad form id"
(creating the identical form twice is not allowed; not really a problem in real world scenarios)
Re: Hate PDF Forms? Check Out My No Code Solution
#14Is no code a marketing term for code? Looks like code to me.
Yes.
I could have said "low-code" and probably have been able to look at myself in the mirror. Now I am thoroughly ashamed of myself.
Re: Hate PDF Forms? Check Out My No Code Solution
#15Earlier quoted context omitted.
Clicking the "view the form here" link is also bugging out, says "bad form id"
Thanks. I did a re-release and deleted the database of forms. Link is now updated. (creating the identical form twice is not allowed; not really a problem in real world scenarios)
Clicking "create form" (to see the example you provided) returns the identical form error again. I have to modify it to see how it works, rather than using the example you provided.
Not a show stopper at all, but not intuitive for an example website as there is no indication that I need to modify your example form before being able to see the example of what is produced.
Very cool though!
Re: Hate PDF Forms? Check Out My No Code Solution
#16Re: Hate PDF Forms? Check Out My No Code Solution
#171. Grab a lightweight CSS framework like Milligram (there are a bunch of them) and add it so the forms will be styled in a more modern way.
2. Test on mobile. For me the layout of the current forms shows up wrong, it doesn't take the full screen width and labels in the example form run over other elements.