-
AuthorPosts
-
February 18, 2009 at 5:32 pm #138316
The text boxes and radio buttons are not appearing when I past this code into an article on the ja quartz template. I have web services activated. I’m a newbie, any help will be greatly appreciated. Thanks in advance.
Site link: http://www.southbeachmiamirealestatehome.com/contact-me.html
Here’s the code for a basic contact form from a crm system that I’m trying to work with:
<form action=”http://emails.dsagentreach.com/webservices/remoting.asmx/AddContact” method=”POST”>
<input type=”hidden” name=”PublicID” value=”634212bce6af4a059b5561e3f3ad76f3″ />
<input type=”hidden” name=”LeadSourceGroup” value=”New Leads” />
<input type=”hidden” name=”RedirectURL” value=”http://southbeachmiamirealestatehome.com/index.php” />
<table>
<tbody>
<tr><td>First Name</td><td><input type=’text’ name=’dsar_1′ class=’text’ /></td></tr>
<tr><td>Phone#</td><td><input type=’text’ name=’dsar_15′ class=’text’ /><span title=’Required Field’ style=’color:red;’>*</span></td></tr>
<tr><td>Email</td><td><input type=’text’ name=’dsar_18′ class=’text’ /><span title=’Required Field’ style=’color:red;’>*</span></td></tr>
<tr><td> Est. buying timeframe</td><td><input type=’radio’ class=’radio’ name=’dsar_1605′ value=’Immediate’ />Immediate<br /><input type=’radio’ class=’radio’ name=’dsar_1605′ value=” />1 – 2 months<br /><input type=’radio’ class=’radio’ name=’dsar_1605′ value=” />3 – 6 months<br /><input type=’radio’ class=’radio’ name=’dsar_1605′ value=’6 months or more’ />6 months or more</td></tr>
<tr><td>Which condo(s) are you interested in?</td><td><textarea name=’dsar_1606′ class=’text’></textarea></td></tr>
<tr><td>Need to sell your current house or condo?</td><td><input type=’radio’ class=’radio’ name=’dsar_1607′ value=” />Yes<br /><input type=’radio’ class=’radio’ name=’dsar_1607′ value=” />No</td></tr><tr>
<td colspan=”2″>
<input type=”submit” name=”submit” value=”Submit” />
</td>
</tr>
</tbody>
</table>
</form>scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
February 18, 2009 at 8:02 pm #292422Are you pasting it straight into the editor?
This is a WYSIWYG editor so the editor will not see it as HTML code. It will just see it as regular text. You will need to switch to HTML mode but….
TinyMCE (The default Joomla editor) strips certain tags from HTML. I’m not sure if <form> is one of them but it’s quiet likely it is. You will need to go to Plugins>TinyMCE and turn off ‘strip script tags’ (or something like that)
If you are adding a custom contact form to your site I’d recommend Chronoforms[/url] as the way you are doing it is very difficult to get to work right.
1 user says Thank You to scotty for this useful post
February 18, 2009 at 8:35 pm #292430:DThanks scotty! Switched Tiny MCE param setting: Code clean up to “never” from always – now it’s working!
-
AuthorPosts
This topic contains 3 replies, has 2 voices, and was last updated by tfernandez 15 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum