could someone pleeease help me

nataly 28 Jul, 2007
please help me.:(


i dont know anything about forms,html,php...
and i really need a picture upload form
with uploaders contact info and comment box.

i searched and found a lot off tutorials
about forms and i dont get it

Could someone please give me the exact code for me to copy

thanx
Nataly
GreyHead 28 Jul, 2007
Hi nataly,

Are you using ChronoForms with Joomla? or are you trying to do this on some other kind of website?

If you are using Joomla, then the first thing to do is to watch the tutorials here are get a basic form up and running. When you've done that then we can talk about customising the form to handle images.

Bob
nataly 28 Jul, 2007
thanx for the quick reply.
yes i am using joomla with chronoforms instaled
and working(i guess)
I just need a form like on your demo page but with
a pic upload section.
GreyHead 28 Jul, 2007
Hi nataly,

OK, so you've got the test form installed and running OK.

In ChronoForms Form Mananger, check the box by test_form and click the 'Copy' icon in the tool bar.

Open up your new copy of test_form and change the form_name field to test_form_upload.

In the 'Form tag attachment' field type enctype="multipart/form-data"

Go to the 'File Uploads' tab. Select 'Yes' in the drop-down; put image_file:jpg|gif|png in the next field and enter values for Max & Min sizes.

Go to the 'Form Code' tab and put in the following code:
Name: <input name="name" value="" type="text"><br />
E-mail: <input name="email" value="" type="text"><br />
Upload image: <input type="file" name="image_file" value=""><br />
Comments: <textarea name="comments" value ="" ></textarea>
<input name="submit" value="Submit" type="submit">


Save the form and test it with the link. This should upload the file and email it to the address you've set in the General tab.

I guess that you want to do more than this but let's get this step working first.

Bob
nataly 28 Jul, 2007
i dont have a test_form:(

sorry,
found it🤣
did it :woohoo:
thanx.:kiss:
only the captcha image does not show<br><br>Post edited by: nataly, at: 2007/07/28 14:08
GreyHead 28 Jul, 2007
Hi nataly,

To add the Captcha image, go to the 'Anti-spam' tab for your form and set 'Use imageverification' to 'Yes', then add {imageverification} to the for html where you want the Captcha image to show up. It will look something like this:
Name: <input name="name" value="" type="text"><br />
E-mail: <input name="email" value="" type="text"><br />
Upload image: <input type='file' name='image_file' value=''><br />
Comments: <textarea name='comments' value ='' ></textarea><br />
Please copy the text: {imageverification}<br />
<input name="submit" value="Submit" type="submit">


Bob<br><br>Post edited by: GreyHead, at: 2007/07/28 16:01
nataly 28 Jul, 2007
thank you 🤣
This topic is locked and no more replies can be posted.