|
-
Been A While...Refreash?
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
Code:
<form encrypt="multipart/form-data" method="post" action="formprocessor.php">
-
KoolMoves Moderator
loadVariables("formprocessor.php", POST) should do ya
-
on button down right?
then for the hidden variables I could just use the
LET variablename= "variable_value"
if memory serves...
-
KoolMoves Moderator
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.
-
 Originally Posted by blanius
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|