Thanks, Rob. I'm trying to get away with not having the user submit the form at all - it's really a basic calculator and nothing more, so it shows the user the result on the same page and will not likely have any submit function at all.
I'll try to find a workaround.
Much appreciated input.
The only thing I can think of outside of jQuery (which isn't hard, but that's easy for me to say if you don't know jQuery) is to have some awkward-looking fields that cozy up next to each other and look like they belong that way. i.e., You have an HTML field with the text "Thanks " and next to it as close as possible put a text field with a calculation using the field ID of the first name, and then another HTML field with "please confirm that you need" and so on and so on. It might be a CSS nightmare, but it might work.
As-is, it's really not too bad, it just doesn't look as perfect as I'd prefer. Haha. What's odd, is that the [XX thousands_sep=","] doesn't work on any type of field when you create a basic calculator. It MAY work after it's been submit, but that somewhat defeats the entire purpose.
Thanks again,
Mark
Here's an old article I wrote about formatting fields as currency. This will work for your challenge. https://formidable-masterminds.com/formatting-fields-as-currency/
Thanks, Victor! I believe I've actually used this before (doh!) and completely forgot about it. Age is starting to reach out and remind me of things.
Much appreciated!
Please login or Register to submit your answer