dijitals
- Author was Featured
- Bought between 100 and 499 items
- Exclusive Author
- Has been a member for 3-4 years
- Item was Featured
- Sold between 10 000 and 50 000 dollars
413
Purchases
Buyer Rating:
4.08 stars
4.08 average based on 66 ratings.
-
5 Star
4060%
-
4 Star
1015%
-
3 Star
57%
-
2 Star
34%
-
1 Star
812%
| Created | 18 March 10 |
| Last Update | 18 May 12 |
| Compatible Browsers | IE6, IE7, IE8, IE9, Firefox, Safari, Opera, Chrome |
| Files Included | JavaScript JS, HTML, CSS, PHP, SQL |
© All Rights Reserved dijitals -
Contact Envato Support


Ok! Was having a bit of a panic, just getting used to all this code stuff! But wanted to say I wish I had discovered this days ago…THANK YOU SOOOOOOOOOOOOOOOOOOOO MUCH ! A life saver! x
Hey Pbaxter19,
Thank you for your comment and purchase!
I’ve bought this script for a client (also applied to your support site).
My Question: Do you think that if send him the code generated by your script, he could design the form (move the fields, apply color and things like that, but he wont modify the form or input tags)?
I will check that all the form tags are nod modified, and the action attribute of the form tag will continue to point to your script.
Thanks
Hello Nicogranelli,
Your client can design the form using css and naming the id’s of each field from the panel.
Thanks…
I’ve created a report ticket (http://j.mp/fE21c4) with all the details. I hope you can see it today.
Thanks
Hello Nicogranelli,
Can you please send me your ftp login information?
Thanks…
How can I send it? give me an email. Better iif we continue in your support site, don’t you think?
Hello,
You can send a mail directly from my profile page in codecanyon.
Thanks…
Sent. Also we can chat if you like. Just tell me and I send you my gtalk
I would like to Thanks djitals. He had helped me a lot, and fixed my problem. I’m very grateful
Maybe I’m stupid. But I’m not sure where to start. I read your PDF but I’m not sure what the heck you mean by installation and that website you link to doesn’t work. I’m a novice coder, so please be paitient. Frankly I’m not even sure what I paid for.
Hello Chrismsx,
Please send me an email and let me see how I can help you.
Thanks…
I am trying to create a form where a person can input their contact info and upload an image, once successful I would like the form to instantly direct the person to payment via paypal. Is this possible by using this form?
And is it also possible to have the form sent to my email only after payment has been made?
It’s all very confusing…
Yours Hopefully,
Pamela
xxxx
Hello Pamela,
The form can be redirected to a payment page. But you’ll need modification for a notification system like that.
Thanks…
Hi,
Having some problems getting the form to show up on my html page – sent you an email.
Cheers
Hello Steve,
I replied you email let me also post it here:
“Actually there nothing special about our script to generate in html pages.
What is done with the .htaccess file is that you tell your server to treat html pages as if they are php.
Please check this article for example. Maybe it helps. http://www.desilva.biz/php/phpinhtml.html
I think the easiest alternative is making your files php instead of html.”
Thanks…
Hi,
After setting up the database and configuring the settings.php file i keep getting the alert, “There is a problem in the script folder. Please check your settings.php or the script folder.” when i visit the url. What files should be in that folder i specify?
Im not sure what i’m doing wrong.
any help?
Dan
Hello wwds,
Please send me your settings.php file.
Thanks…
Hi, sorry for my bad english
I have two questions. is it possible to insert a URL field? e.g. For domains
Is it possible to create a form Which, for example has two fields side by side? e.g. First name and last name. In the demo I have not found it?
Hello Andyberl,
Unfortunately those customs fields does not exist. It needs extra modification. Please send me an email if you would like a quotation for the effort to make that modification.
Thanks…
Hi, this script isn’t letting me log in, I get sent back to the username and password field after entering the correct username and password. Please help!
Hello Atlanteavila,
Is there an uppercase letters inside the the username you determined?
If so please make sure there are no uppercase letters.
You password can be of any value regardless of the type of the letters.
Thanks…
Actually there is none, I can log in with firefox, but not google chrome and ie9. Any ideas?
Hello Atlanteavila,
Please send me an email regarding the issue and I’ll check.
Thanks…
Any help would be greatly appreciated. Please!
Hi Digitals,
I’ve been using the form for a while and its saved me a ton of time. A client has now asked me for a form that only accepts enquiries from whitelisted domains so for instance, the email input box needs @abc.com or @abc.co.uk or @abc.fr to allow the form to submit. If the form has the correct details it redirects to a landing page. If the required domain is not provided the form redirects to different landing page. A bit like a simple login really.
Can you help?
Thanks
Hello Akira9000,
Please send me an email and we’ll discuss.
Thanks…
good evening… i was also getting the error about the scripts folder earlier tonight, but now when I point to mysite.com/m/1/ to run the install.php file, everything vanishes and my screen turns white.
the db connection is good.
my upload path is:
//// mysite.com/m/1/ ////
and my script_folder command is:
define (“script_folder”,”m/1/”); //The folder you have uploaded the gallery files
the ‘1’ subfolder has only this porgram’s file structure in place – so no chance of other programs interfering…
any suggestions?
thanks,
Neil
Hello Nheird,
Please send me an email (from my profile page) and let me see how I can help you.
Thanks…
Hi, i have a weird one.
My client says he had a previous system in wich when he received a message when he clicked “reply” in his email client the replied message was sent to the person who sent the email, and with this system the mail is replied to himself.
Is there an easy way to modify that behavior?
I know it’s as simple as putting the email manually in the adress bar, but i don’t want to say no without asking you first.
Thanks.
Hello Wilson,
Sure it can be modified but, the problem here is, there might also be forms with no email fields or multiple ones.
Please send me an email (from my profile page) and let us discuss and modify according to your preferences.
Thanks…
Hi, love the Form Maker, but I’m getting an error message after I hit the “Test Your Form” button.
Error Message: Parse error: syntax error, unexpected T_ELSE in /home/sfmga/public_html/formMaker/form.php on line 288
Here’s the offending code (it’s the last “else”):
$fields = mysql_query("select `id`,`fieldid`, `label`, `type`, `default`, `required`, `description` from `fields` where `form` = '".$form_id."' order by `order` asc") or die(mysql_error()); while ($fl = mysql_fetch_array($fields)) { $field = $fl["id"]; $label = $fl["label"]; $fieldid = $fl["fieldid"]; $type = $fl["type"]; $default = $fl["default"]; $required = $fl["required"]; $description = $fl["description"]; $field_name = just_clean($label).$field; if (isset($_POST["submit".$form_id.""])) { if (($msg) && (!$error)) { $field_value = ÓÓ; } else { $field_value = $_POST[just_clean($label).$field]; } else { $field_value = $default; }Thanks, Dave
Hello Dave,
Thanks for the feedback!
Have a good day…
Hi, Help, I’m having a problem, maybe two:
1) Form is not showing up in my html page I have edited the .htaccess file to include the 2 lines of code you suggested in your email to SteveGrant1, but now have 2 resulting problems:
Please help, Dave
Hello Dave,
.htaccess code is kindof a trick for processing php content in html pages. Please try searching google “php in html”.
Thanks…
Hi dijitals,
I’ve done what it says, and it still doesn’t show up. Can I email you the link to the page? It will require a user/pass to access it. I’ll send in email.
I’m trying to get this to work, and have been working on it for five days without success.
Thanks
Hello Dave,
Please mail me the details.
Thanks…
Function of the form you want the date picker. Is it possible?
Hello Mayuneko1,
Date picker can be added but the script should be modified.
Thanks…
Having some issues installing this on a Windows Server.
Will mail you the details, basically says there is a problem with the script.
Get following message
Notice: Undefined variable: mysql_charsets in C:\WEBSITES\www.abbeyprint.co.uk\files\index.php on line 25
Hello Akira,
That’s not an error, it is a notice, it will not change the way the system works.
Please email me the other details.
Thanks…
But it also says there is a problem with the script and will not let me login to create forms – have emailed you details
Thanks for your email, the form manager is now working 50%
I can login and create forms but can’t add fields to the form.
Have emailed you details.
hello Akira,
Can you pls resend the email, I didn’t receive any new one.
Thanks…
Digitals?
Hello?
Hi,
Having a problem with the “email” field. It keeps rejecting an email address: “username”@q.com
“q.com” is valid for “CenturyLink.com” which is Qwest.com (isp).
I’ve made it a non-required field, to see if that makes a difference, but I still get the error message: “Please check the e-mail field.”
I’m wondering if it is looking for a specific number of characters after the ”@” symbol, and before ”.com” or similar.
Client is frustrated.
Thanks for your help, Dave
Hello Dave,
You can edit the email checker function checkemail($email) inside form.php
Thanks…
Nice job