Ask a Question related to Coldfusion - Getting Started, Design and Development.
-
Droopers #1
Auto-submit forms
Hi,
I have two forms I'm using to manage data for an online store. The first form
is an input form, and the second is a formatting form (amoung other things).
What I want to do is have users input their info, have them click submit, then
pass them to the second form which will then automatically resubmit without
pause. What is the best way to do this? The second form only uses <cfinput
type="hidden"> fields and the odd bit of Coldfusion logic here and there.
Appreciate the help.
Droopers Guest
-
fill and submit forms
That is not true. I created a form that works fine with the SUBMIT button and I receive the FDF in the email. No Problem. What's killing me is that... -
[PHP] can pdf forms be used to submit data into db?
John, that is EXACTLY what i want, now the question is...have you seen this implemented somewhere? so php would pass the data to a database and... -
can pdf forms be used to submit data into db?
hi guys and gals, aloha from hawaii, Not sure if this is the right place to ask, but i just need to know if it is technically possible to have a... -
[PHP] can pdf forms be used to submit data into a db?
Look here: http://sk2.php.net/manual/en/ref.fdf.php Thanks you fixed the missing indefinite article, I was not going to answer the original. ... -
auto submit
I am making Fireworks pull down menus. I would like the pull down to go to a page. That page will contain a cgi search submission. I have hidden all... -
Dan Bracuk #2
Re: Auto-submit forms
I would do it without a 2nd form. I would just use variables to format the form fields, and use those variables for whatever you were going to do with the fields from the 2nd form.
Dan Bracuk Guest
-
Droopers #3
Re: Auto-submit forms
Thanks for the response. In an earlier forum I was trying to figure out how to
format a variable before submitting it to a third party site, and the general
sentiment was that another transitional form is the best way to do that. Maybe
I'll put the question out there again.
I have a <cfinput> in a flash form and need two decimal points added to the
variable if the user doesn't input them. I'm fine with requiring decimals to be
added is there's a way to add this kind of validation, but I've yet to find out
if that's possible. So I need two decimal points and a potentially limitless
number of digits to the left of the decimal (which is why a mask doesn't really
work for me).
Help :)
Droopers Guest
-
Stressed_Simon #4
Re: Auto-submit forms
Use regular expressions:-
<cfinput validate="regular_expression" pattern="[0-9]*\.[0-9]{2}"....................>
Stressed_Simon Guest
-
Stressed_Simon #5
Re: Auto-submit forms
Oh crap that doesn't work in flash forms sorry, it would work great in HTML though.
I'll have a rethink!
Stressed_Simon Guest
-
Droopers #6
Re: Auto-submit forms
Heh, stupid flash forms. Did the 7.1 upgrade add any increased support for Reg Expressions?
Droopers Guest
-
Stressed_Simon #7
Re: Auto-submit forms
You can probably write a function in AS using the new scripting abilities in
7.01:-
[url]http://simb.net/index.cfm?do=blog.entry&entry=9A62134E-DF0C-6B95-A88A586DA682E13[/url]
FHaven't used Flash forms in anger yet.
Stressed_Simon Guest
-
Droopers #8
Re: Auto-submit forms
Hmm, if it would work, that'd be hot. Can you (or anyone else) help me out with writing this AS? I'm still very green with CF and haven't had a chance to dip my finger into AS.
Thanks
Droopers Guest



Reply With Quote

