;

PDA

Click to See Complete Forum and Search --> : Been A While...Refreash?


dniezby
10-05-2005, 01:30 PM
It's been a long while since I've used 3DFA...Sadly I see that they're still on the same release.

Anyway, I have a client that asked me to create a for for them in Flash and though I seem to still have my regular 3DFA skills, my coding skills have gone astray.

Could you refreash my memory on creating webforms?

I don't have a problem with creating the edit boxes and assigning the variables. What I don't remember is how to tell it

<form encrypt="multipart/form-data" method="post" action="formprocessor.php">

blanius
10-05-2005, 01:50 PM
loadVariables("formprocessor.php", POST) should do ya

dniezby
10-05-2005, 02:05 PM
on button down right?

then for the hidden variables I could just use the
LET variablename= "variable_value"

if memory serves...

blanius
10-05-2005, 04:20 PM
The standard is to put most actions in Button Up, this allows users to drag the down mouse off the button to NOT activate it.

And yes all root variables will be sent. Can be interesting to use GetURL with POST and echo the post data with print_R($_POST) to see all what gets sent.

dniezby
10-05-2005, 04:38 PM
Can be interesting to use GetURL with POST and echo the post data with print_R($_POST) to see all what gets sent.
What!?

Boy, I've missed a lot. I see that you've continued to grow though...Good to see you still here.

BTW, did you ever figure out a way to add a FILE input type?

I'm starting to remember some the techniques. Though I remember there was a way to put the hidden variables into the starting script section...I just don't remember the syntax.


The hidden variable I want sent in the form is: subject="test subject"

let $subject="test subject"

Man I feel like such a Noob again..LOL