Hello!
I working on a project where I have to make a “Sign up for newsletter” feature. I’m working with campaignMonitor, and my code in html is looking like this.
<form action=“http://mismo.cmail1.com/s/99731/” method=“post”>
<div>
<label for=“name”>Name:</label><br /><input type=“text” name=“name” id=“name” /><br />
<label for=“l99731-99731”>Email:</label><br /><input type=“text” name=“cm-99731-99731” id=“l99731-99731” /><br />
<input type=“submit” value=“Subscribe” />
</div>
</form>
Is it possiple to “convert” into flash - so that I’ll make aflash form instead. I have never worked with flash that way before - sending data!
Hope to hear from someone - so I can go on Thanks!