/    Sign up×
Community /Pin to ProfileBookmark

[RESOLVED] My First Website (be kind)

?

I am a little new to web development, and have been working on this [URL=”http://www.zent.com.au/CRM.html”]website[/URL] for a few weeks now, I can’t seem to get the [URL=”http://www.zent.com.au/CRM.html”]CRM web Form to work[/URL] and need a little bit of help :p

here is the HTML code.

<div id=’crmWebToEntityForm’ align=center>
<META HTTP-EQUIV =’content-type’ CONTENT=’text/html;charset = UTF-8′>

<form action=’https://crm.zoho.com/crm/WebToLeadForm‘ method=’POST’ onSubmit=’javascript:document.charset=”UTF-8″;’ accept-charset=’UTF-8′>
<table border=0 cellspacing=0 cellpadding=5 width=300 style=’border-top:2px solid #999999;border-bottom:1px solid #999999;background-color:#ffffff;’>

<input type=’hidden’ name=’xnQsjsdp’ value=onCVXcHxEnc$/> <input type=’hidden’ name=’xmIwtLD’ value=RH7sgXwCHN8fxf1fznbnRW-*B6-MHnNR/>

<input type=’hidden’ name=’actionType’ value=TGVhZHM=/> <input type=’hidden’ name=’returnURL’ value=’https://www.zent.com.au/crmsystems‘ />
<br>
<tr>
<td colspan=’2′ align=’left’ style=’background-color:#f5f5f5;border-bottom:2px dotted #dadada; color:#000000;font-family:sans-serif;font-size:14px;’>
<strong>ENQUIRE TODAY!</strong>
</td>
</tr>
<tr>
<td nowrap style=’font-family:sans-serif;font-size:12px;font-weight:bold’ align=’right’ width=’25%’>Company &nbsp;&nbsp;:</td>
<td width=’75%’>
<input type=’text’ maxlength=’100′ name=’Company’ />
</td>
</tr>
<tr>
<td nowrap style=’font-family:sans-serif;font-size:12px;font-weight:bold’ align=’right’ width=’25%’>First Name &nbsp;&nbsp;:</td>
<td width=’75%’>
<input type=’text’ maxlength=’40’ name=’First Name’ />
</td>
</tr>
<tr>
<td nowrap style=’font-family:sans-serif;font-size:12px;font-weight:bold’ align=’right’ width=’25%’>Last Name &nbsp;&nbsp;:
</td>
<td width=’75%’>
<input type=’text’ maxlength=’80’ name=’Last Name’ />
</td>
</tr>
<tr>
<td nowrap style=’font-family:sans-serif;font-size:12px;font-weight:bold’ align=’right’ width=’25%’>Title &nbsp;&nbsp;:
</td>
<td width=’75%’>
<input type=’text’ maxlength=’100′ name=’Designation’ />
</td>
</tr>
<tr>
<td nowrap style=’font-family:sans-serif;font-size:12px;font-weight:bold’ align=’right’ width=’25%’>Email &nbsp;&nbsp;:
</td>
<td width=’75%’>
<input type=’text’ maxlength=’100′ name=’Email’ />
</td>
</tr>
<tr>
<td nowrap style=’font-family:sans-serif;font-size:12px;font-weight:bold’ align=’right’ width=’25%’>Phone &nbsp;&nbsp;:
</td>
<td width=’75%’>
<input type=’text’ maxlength=’30’ name=’Phone’ />
</td>
</tr>
<tr>
<td nowrap style=’font-family:sans-serif;font-size:12px;font-weight:bold’ align=’right’ width=’25%’>Street &nbsp;&nbsp;:
</td>
<td width=’75%’>
<input type=’text’ maxlength=’250′ name=’Street’ />
</td>
</tr>
<tr>
<td nowrap style=’font-family:sans-serif;font-size:12px;font-weight:bold’ align=’right’ width=’25%’>City &nbsp;&nbsp;:
</td>
<td width=’75%’>
<input type=’text’ maxlength=’30’ name=’City’ />
</td>
</tr>
<tr>
<td nowrap style=’font-family:sans-serif;font-size:12px;font-weight:bold’ align=’right’ width=’25%’>State &nbsp;&nbsp;:
</td><td width=’75%’>
<input type=’text’ maxlength=’30’ name=’State’ />
</td>
</tr>
<tr>
<td colspan=2 align=center style=’background-color:#eaeaea’>
<input type=’submit’ name=’submit’ value=Submit /> &nbsp; &nbsp;
<input type=’reset’ name=’reset’ value=Reset />
</td>
</tr>
<tr>
<td colspan=’2′ align=’left’ style=’background-color:#f5f5f5;border-bottom:2px dotted #dadada; color:#000000;font-family:sans-serif;font-size:14px;’>
<p><b>Zent Sales and Marketing Guarantee</b> your enquiry will come with a obligation free CRM strategy consoltation and strategy pack, <b>usually worth $249!</b> LIMITED TIME ONLY.</p>
</td>
</tr>

</table>

</form>
</div>

Thank you for your help, regards Stephanie.

to post a comment
HTML

1 Comments(s)

Copy linkTweet thisAlerts:
@wsparrowJul 06.2011 — Well this isn't the only problem, but where you have

<form action='https://crm.zoho.com/crm/WebToLeadForm' method='POST' onSubmit='javascript:document.charset="UTF-8";' accept-charset='UTF-8'>[/QUOTE]

change the form action= to an relative link if you can. At the very least, include the file extension, instead of "WebToLeadForm" you should have WebToLeadForm.js or .php or whatever the case may be.

I'd start with that. If you're still having problems, try giving us more info on how it's failing. Does nothing happen at all, do you get error messages, blank screens, etc.
×

Success!

Help @mojo5553 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.5,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...