WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1source of codes for a box? Empty source of codes for a box? Sun Apr 04, 2010 3:04 pm

Joel

Joel
Registered Member
Registered Member
hello, its kinda hard to explain this. But here you go:) I want a set of codes where i can use to paste in my blogger blog. The box is just like a "subscribe to feeds" box. Than the button with a text "submit". something like source of codes for a box? 10000000000001E70000014CCE55D288

but much much smaller of course. I want them to enter their hp numbers so i can send them latest updates and news. Than when they enter their number in the box, click submit, their numbers will be sent to a email. Which is mine.

http://www.advertisehotspot.info/

2source of codes for a box? Empty Re: source of codes for a box? Sun Apr 04, 2010 9:00 pm

ankillien

ankillien
Administrator
Administrator
Hi!

You can create an email form with this website...
http://www.emailmeform.com/

3source of codes for a box? Empty Re: source of codes for a box? Mon Apr 05, 2010 1:56 pm

Joel

Joel
Registered Member
Registered Member
yea, but that needs image verification and when you click submit, it loads you to their site..

is there a source of codes that wont lead users to another site? when its submitted, they'll just pop up saying "submitted"?

http://www.advertisehotspot.info/

4source of codes for a box? Empty Re: source of codes for a box? Mon Apr 05, 2010 2:08 pm

ankillien

ankillien
Administrator
Administrator
Where does the data go? To your email? If yes, you can use this code...

Code:
<form action="mailto:you@yourhost.com" method="post">

Your Name:<br>
<input type="text" size="20" name="VisitorName"><br><br>

Name : <input type="text" /><br><br>
Email : <input type="text" /><br><br>
Address : <textarea rows="4" cols="15"></textarea><br><br>

<input type="submit" value="Submit">

</form>

5source of codes for a box? Empty Re: source of codes for a box? Mon Apr 05, 2010 2:25 pm

Joel

Joel
Registered Member
Registered Member
great!

But when i click submit, they open Microsoft Office Outlook.

http://www.advertisehotspot.info/

6source of codes for a box? Empty Re: source of codes for a box? Mon Apr 05, 2010 2:41 pm

ankillien

ankillien
Administrator
Administrator
Yes, it will.
The exact thing that you want will require PHP programming and PHP enabled server too.

7source of codes for a box? Empty Re: source of codes for a box? Mon Apr 05, 2010 3:37 pm

Joel

Joel
Registered Member
Registered Member
ankillien wrote:Yes, it will.
The exact thing that you want will require PHP programming and PHP enabled server too.

is it possible not to open the microsoft? just directly send to the email?

http://www.advertisehotspot.info/

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum