ChronoEngine Forums
Welcome, Guest
Please Login or Register.    Lost Password?
Re:Captcha and footer (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:Captcha and footer
#8394
admin (Admin)
Admin
Posts: 1570
graphgraph
User Online Now Click here to see the profile of this user
Re:Captcha and footer 1 Month, 3 Weeks ago Karma: 22  
Hi Sébastien,

Do you have {imageverification} in your html code ?

Max
 
Report to moderator   Logged Logged  
 
ChronoForms Developer Thanks for using ChronoForms.
If you have any problems with ChronoForms please tell us.
If you like ChronoForms please post a review at Joomla.org
  The administrator has disabled public write access.
#8400
Sébastien (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Re:Captcha and footer 1 Month, 3 Weeks ago Karma: 0  
Hi Max,

I appreciate your help. No I don't have imageverification in my html code.

here is my code :
Code:

<script src="http://www.jotform.com/js/form.js?v2.0.607" type="text/javascript"></script> <style type="text/css"> html,body{height:100%; margin:0;} .tbmain{ /* Changes on the form */ background: white !important; } .left{ /* Changes on the form */ color: black !important; font-family: Verdana !important; font-size: 12px !important; } .head{ color:#333333; font-size:20px;; text-decoration:underline; font-family:"Verdana"; } td.left { font-family:"Verdana"; font-size:12px; color:black; } .pagebreak{ font-family:"Verdana"; font-size:12px; color:black; } .tbmain{ height:100%; background:white; } span.required{ font-size: 13px !important; color: red !important; } </style> <body> <table width="100%" cellpadding="2" cellspacing="0" class="tbmain"> <tr><td class="topleft" width="10" height="10">&nbsp;</td> <td class="topmid">&nbsp;</td> <td class="topright" width="10" height="10">&nbsp;</td> </tr> <tr> <td class="midleft" width="10">&nbsp;&nbsp;&nbsp;</td> <td class="midmid" valign="top"> <form action="http://www.jotform.com/submit.php" method="post" name="q_form_81315504906"> <input type="hidden" name="formID" value="81315504906" /> <div id="main"> <input type="hidden" id="spc" name="spc" value="spc" /> <script type="text/javascript"> document.getElementById('spc').value = '145a1ab8bd640324ff4314f7cb7b0e32'; </script> <table width="520" cellpadding="5" cellspacing="0"> <tr > <td width="150" class="left" > <label >First Name</label> </td> <td class="right" > <input type="text" size="20" name="q0_FirstName" class="text" value="" id="q0" maxlength="100" maxsize="100" /> </td> </tr> <tr > <td width="150" class="left" > <label >Last Name</label> </td> <td class="right" > <input type="text" size="20" name="q1_LastName" class="text" value="" id="q1" maxlength="100" maxsize="100" /> </td> </tr> <tr > <td width="150" class="left" > <label >E-mail</label> </td> <td class="right" > <input type="text" size="20" name="q2_E-mail" class="text" value="" id="q2" maxlength="100" maxsize="100" /> </td> </tr> <tr > <td width="150" class="left" > <label >Company name</label> </td> <td class="right" > <input type="text" size="20" name="q3_Companyname" class="text" value="" id="q3" maxlength="100" maxsize="100" /> </td> </tr> <tr > <td width="150" class="left" valign="top" > <label>Country</label> </td> <td class="right"> <select class="other" name="q6_Country" id="q6" > <option></option> <option>Abkhazia</option> <!. . . many other options --> <option>Zimbabwe</option> </select> </td> </tr> <tr > <td width="150" class="left" valign="top" > <label>Your message</label> </td> <td class="right" > <textarea cols="30" rows="7" name="q9_Yourmessage" class="text" id="q9" ></textarea> </td> </tr> <tr > <td width="150" class="left" >&nbsp; </td> <td class="right"> <input type="submit" class="btn" value="Submit" /> <input type="reset" class="btn" value="Clear" /> </td> </tr> </table> </div> </form> </td> <td class="midright" width="10">&nbsp;&nbsp;&nbsp;</td> </tr> <tr> <td class="bottomleft" width="10" height="10">&nbsp;</td> <td class="bottommid">&nbsp;</td> <td class="bottomright" width="10" height="10">&nbsp;</td> </tr> </table> <script type="text/javascript"> validate("q_form_81315504906"); </script>
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/05/15 03:57 By GreyHead. Reason: added code tags
  The administrator has disabled public write access.
#8401
Sébastien (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Re:Captcha and footer 1 Month, 3 Weeks ago Karma: 0  
My web page (a draft for the moment is here :
http://dev.l e s s k a g o t s.com/index.php

And then click on Contacts...
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/05/14 16:42 By Sébastien.
  The administrator has disabled public write access.
#8417
GreyHead (Admin)
Admin
Posts: 2801
graph
User Offline Click here to see the profile of this user
Re:Captcha and footer 1 Month, 2 Weeks ago Karma: 59  
Hi Sébastien,

Leave out the body and form tags, neither are needed.

Your Javascript will probably need editing to match the ChronoForms form name.

Add {imageverification} where you want the ImageVerification to appear.

Bob
 
Report to moderator   Logged Logged  
 
Bob Janes
info at greyhead.net
ChronoForms Support If you like ChronoForms please vote or post a review at Joomla.org
  The administrator has disabled public write access.
#8627
Sébastien (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Re:Captcha and footer 1 Month, 2 Weeks ago Karma: 0  
Hello,

Sorry i was away during the last days...

SO i've tried to insert the {imageverification} line..

AND NOW I CAN SEE the captcha!!!

Then you told me to insert the {imageverification} where i want... etc etc. But I'm not an expert at all in html or javascript. I've used a website to create this form.

I think I'll stop now with chronoforms, but I really thank you for your help. I think i just need something easier to use (for the level of knowledge I have...)

Thank you

Regards,
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#8646
GreyHead (Admin)
Admin
Posts: 2801
graph
User Offline Click here to see the profile of this user
Re:Captcha and footer 1 Month, 2 Weeks ago Karma: 59  
Hi Sébastien,

Great - glad you got that working. I understand that you want to try something different. To use ChronoForms effectively you do need to be comfortable with form HTML.

I'll be interested to hear which extension works best for you. (I guess that you might also look at Wufoo and see if you can embed their forms in Joomla.)

Bob
 
Report to moderator   Logged Logged  
 
Bob Janes
info at greyhead.net
ChronoForms Support If you like ChronoForms please vote or post a review at Joomla.org
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop


equalheight If you have any questions you can post to our forums and we will be glad to help ASAP

Members Login






Lost Password?
No account yet? Register

2CheckOut.com Inc. (Ohio, USA) is an authorized retailer for
goods and services provided by ChronoEngine.com

ChronoForms License

equalheightTo be able to continue working at this component we decided to get a small profit out of it but at the same time don't force everybody to pay in order to use this great component.

 

 From version 1.5 and up a link at the bottom of everyform created will be placed, saying "joomla professional work", the link will be to us here htttp://www.chronoengine.com, its illegal to remove this link from the source code unless you have a license,

so the license is very simply for the same ChronoForms component without a link, thats all!

This License is for 5 different websites ONLY. 

 

 However, in order to allow everybody to still use the component and even get out of this, the link is inside a div with class : chronoform , use this to hide the link by using different colors or whatever if you really can't pay, but of course the link is still exists at your page source.

 

The license is ONLY 25$ can be bought here :

 

Thank you!

 

ChronoEngine.com Team 

Joomla Templates and Joomla Tutorials