Copy link to clipboard
Copied
Im not even sure im in the right forum, however I have a submit form button and form all designed and I have my server code, but how to I put the two together to make the button work??
My code doesnt seem right. The button clicks, but the form doesnt go anywhere....It just looks cool.
So where I suppose do I put my code in DW to make my form work??
Copy link to clipboard
Copied
The form tag should contain the action attribute that points to the location of the server side script file. For example, if your server side script is in a file formmail.php:
<form action="formmail.php" method="get">
What is it that you want to happen when the form is submitted? What does your script do?
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more