This is a migrated thread and some comments may be shown as answers.

Form not working

1 Answer 124 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Gaurav Saxena
Top achievements
Rank 1
Gaurav Saxena asked on 21 May 2010, 07:56 AM
Hi,

Actually I have this form:

<form action="https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8" method="POST">

<input type=hidden name="oid" value="00D20000000K7Ur">
<input type=hidden name="retURL" value="http://www.nobelcg.com.au">


<label for="first_name">First Name</label><input  id="first_name" maxlength="40" name="first_name" size="20" type="text" /><br>

<label for="last_name">Last Name</label><input  id="last_name" maxlength="80" name="last_name" size="20" type="text" /><br>

<label for="email">Email</label><input  id="email" maxlength="80" name="email" size="20" type="text" /><br>

<label for="company">Company</label><input  id="company" maxlength="40" name="company" size="20" type="text" /><br>

<label for="city">City</label><input  id="city" maxlength="40" name="city" size="20" type="text" /><br>

<label for="state">State/Province</label><input  id="state" maxlength="20" name="state" size="20" type="text" /><br>

<label for="phone">Phone</label><input  id="phone" maxlength="40" name="phone" size="20" type="text" /><br>

<label for="salutation">Salutation</label><select  id="salutation" name="salutation"><option value="">--None--</option><option value="Mr.">Mr.</option>
<option value="Ms.">Ms.</option>
<option value="Mrs.">Mrs.</option>
<option value="Dr.">Dr.</option>
<option value="Prof.">Prof.</option>
</select><br>

<label for="description">Description</label><textarea name="description"></textarea><br>

<input type="submit" name="submit">

</form>



When I put this form throught RADeditor, its not working on our website. However, if I create an HTML page on my computer desktop and put this form, then its working. 

Please provide suggestions.

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 24 May 2010, 03:15 PM
Hello Gaurav,

What do you mean by that this form code is not working when it is loaded in RadEditor? Do you expect to submit the form from the content area of RadEditor. Does RadEditor change the content?

Could you please clarify and provide more information, steps to reproduce and screenshots or video demonstrating your test and the problem? Please, specify the browser under which the problem is reproducible.

Are you able to reproduce the same problem with a standard editable IFRAME element as this one in the attached page? The content area of RadEditor is an editable IFRAME and the problem is most likely browser related. You will be able to verify that by testing the provided html page with an editable IFRAME element in it.


Kind regards,
Rumen
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Editor
Asked by
Gaurav Saxena
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or