congratulations nice job! I was wondering if you could also pay to implement a status bar the number of registered users and to set a limit within which a message or reach a goal, once the bar and come forward to fill you reach a certain goal … can you do? my personal email: info@beedesign.it, thanks!
Hi!
I love your contact form! – And I have two questions:
1. How can I set up the form that I sends me the entered information to my email address?
2. Can I add new fields to the form and how?
Please reply as fast as you can…
Thanks, Benedict
Hi Benedict, thanks for purchasing and I’m glad you liked it.
1. In order to send the collected information to an email address you need to capture the inputted values using some type of server-side (also called back-end) model; usually PHP . That’s the only way you can make sure the values are emailed to you reliably. For example: $username = $_POST[‘name’];
and so forth for all the values. You can read more about the PHP “mail” function. Integration is very simple and doesn’t require but a simple script you can find anywhere.
2. Absolutely. You can tweak, remove, add new fields as follows: Open the form HTML file, located at the main directory. Navigate to the tag (ctrl+f). There you can copy a table row, paste it anywhere in the table and edit the fields. With any new field you create, the inputted value by the user will be automatically detected in the server side. If you need some extra validation, you may need JavaScript knowledge.
Koren.
Great!!! Would you be adding: Forget UserName Change/Reset PASSWORD ? Bookmarked
Best sales wishes.
fabbuuulousssssssss
ok, so before i buy – my only question is, can you set it up so that after you answer question 3 (example) question 4and 5 show up – like u have with the location question?
instead of a tiered navigation?
sorry to say, but how realistiv is your script at all, if it does not work with ANY version of ie? i do hate ie6, too – but this script is just useless. we will have to deal with ie for the next couple of year, at least… ;-(
Hi,
Thanks for your query.
Our customer service representative for this kind of issue is bill.gates$$$@microsoft.com
Cheers!
lol sure, but this still makes your script completely unusable. i remember having to deal with netscape 4 several years ago. no client would have paid a website wich wouldn´t have worked in ANY version of netscape browser at that time!
i´ll get your script in like 5 years from now – already bookmarked it…
- Has been a member for 2-3 years
- Exclusive Author
- Sold between 100 and 1 000 dollars
- Bought between 10 and 49 items
This script does not work with IE because IE is rubbish and and Microsoft are wayyyy beyond the times.
Hi Koren,
Can I use this for Joomla Register Form ?
bought the script…prob a dumb question..but where do i find the info from the form when people sign up?
Not a dumb question at all. I find that a lot of the questions I get asked about this product are exactly this one.
You can access submitted input in the $_POST array (if you’re using PHP ). One method is to change the form’s “action” value to whatever server-side form processing script you have and that’s it (some knowledge of PHP or another is probably necessary).
Cheers!
OK, I read the last question and read your answer but it’s not clear. Let’s say I have a table on server x.
Can I set server Database address Username Passwrod Table
So, when poeple use it, their info gets recorded on the table?
Does this form accept other form items, such as radio, dropdown or other general form items and make them appear fitting as the text boxes? I assume the validators can be applied as well…
Is there a toggle / detector we can implement if browser is IE it simply shows basic view of form?
Thank you,
You can add any form element you like. I’m not sure what you meant by “fitting as the text boxes” but you’ll need to write CSS for those items to fit the design as they don’t come styled as-is.
You can definitely implement a javascript browser detector and allow for a more basic view for IE, that’s probably a good solution in terms of backwards compatibility (IE doesn’t support a lot of the HTML5 features in this).
Hello,
Can the location detection detect city vrs. country? If not, is there a way I can change it to detecting city instead and limiting to just within USA ?
Thank you in advance for your time.
lol @ the guy who is using IE
nothing works in that browser the script isnt useless the browser is
firefox FTW
thanks alot Koren really nice job!
abit of php and will be truly kick ass
How can I add a ‘confirm password’ textfield. I am bad with javascript. I can read it/not write it. What would be the code I need to insert? I already created the field I just can’t get the validation to work.
P.S. I love this
P.S.S. I already modified it to fix the progress bar movement from 25% p/q to 20% p/q.
You can use jQuery for that, so something along the lines of:
$("#repeat_password").keyup(function() {
if($("#password").val() == $(this).val()) {
// okay move on
} else {
alert("passwords do not match");
}
});
Substitute the comment and the alert with the code that generates the V or displays an error message as it shows in the JS file.
Thanks for the feedback!
Thanks for the code. One more thing, where is the code for the redirect when you submit the form. I am going to be creating a single page website, so where can I change where the page gets redirected to so i just add a ?login=succeeded to the end of the url. Thanks again
demo is down =(
Hello.. How display a select list in the sucess page? i create a list of b-day, includes day, month and year. but i cant display in sucess page.. can i help me please! =)
You should make a black version too.. for people like me who can’t handle HTML5 yet and don’t know how to make this work on a black background!!! 
Hi, is there an option for a checkbox? (sorry for my bad Englisch 


238 Purchases
38 Comments