Topic profile page for Registration form.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Registration form.
Topic "Registration form" was discussed 5,953 times on 1,542 sites in last 3 months
Started 4 days, 1 hour ago (2009-12-02 22:55:00)
by marshhawk
When you click to create an account on my site it goes here http://www.signpromo.com/index.php/comp ... r/register ?? I have spent hours trying to get this fixed. I am new at this and any help would be appreciated. Thanks, MH
Started 4 days, 13 hours ago (2009-12-02 10:51:00)
by winter2009
Hi can anyone help? I would like to use an extension called "Different Use rRegistration Forms". In it's documentation there is one step saying "Crate link to Registration Form and add '&form=[menu id]' to end". I have been looking around the joomla CB in my administration page for quite a while but I still cannot find how this shall be done. Please can anyone help?
Started 5 days, 7 hours ago (2009-12-01 17:23:00)
by enid bala
Hi! I'm new to Joomla, and I'd like to remove the name field from registration, I removed the field but since its a Required field it displays an error " the name is required" Any Advices ? Thnx in Advance!
Started 1 week, 3 days ago (2009-11-26 08:13:00)
by wp-digital
Hi, I would like to transfer registration form to my wordpress page or post. is that possible? Can anyone tell what is the exact code or wordpress plugin to be use. Thanks in advance
Started 1 week, 4 days ago (2009-11-25 14:05:00)
by Wasabi
I was nominated to audition for the 2010 Irene Ryan Scholarship. The only problem is that I cannot find this form. I've emailed 2 professors at my school. One said he sent me an email with the links, but there is nothing in my inbox from him. So I had to email him again. I emailed my teacher, and she said "not to worry about it since they're not too uptight about deadlines," but that's she'll ...
Started 1 week, 4 days ago (2009-11-25 05:01:00)
by Majd Wadi
hello, i'm trying to remove question mark from the dnn lable, i set the image visibility in controls/labelcontrol to false. the question marks does not appear in any of my website except the registration form, is there any other source for this image ? please advice. Â
Started 1 week, 5 days ago (2009-11-24 09:24:00)
by sidmeyster
Hi Guys, (sorry if similar questions have been asked and answered already) I maintain a small website for an in-game community. Members who join us in-game are requested to register on the website where we have various kinds of information. I use community builder to allow users to register and create profiles. What I would like to introduce is a registration option for prospective users. ...
Started 1 week, 5 days ago (2009-11-24 09:06:00)
by sTimple
Most likely someone has asked this already but I haven't found anything. How do I give users a subscription choice and payment option in a registration form? Exactly like this http://members.leightonwhiting.com/user/register . This form was created using the paypal subscriptions module which isnt free and cant be used in Drupal 6 anyway. Im messing with the LM paypal module but doesn't ...
Started 2 weeks ago (2009-11-22 22:32:00)
by bijaybd
hello there, I have a site its a mobile site actually.The thing is when i try to valid my page with validator its showing error. Registration page Code: The validating errors i get Code: Line 4, Column 38: document type does not allow element "input" here Password*: ✉ The element named above was found in a context where it is not allowed. This ...
Started 1 week, 1 day ago (2009-11-28 01:26:00)
by noob64123
I am looking for a Wysiwyg Editor to design my html/php website with. It needs to have the following features: HTML/php Registration form Login Form CSS support Templates Which Wysiwyg Editor should i use to design my website?
Started 5 days, 5 hours ago (2009-12-01 18:55:20)
by charhorse
Registration of securities Form S-8 Securities offered to employees pursuant to employee benefit plans (How many employees do they have, oh yeah 2) CALCULATION OF REGISTRATION FEE Title of securities to be registered Common Stock, $0.0001 par value Amount to be registered 65,000,000 (wow, 65 million) Proposed Maximum offering price per share $.0065 (How much did you pay for yours?) Proposed ...
Started 4 days, 11 hours ago (2009-12-02 13:05:00)
by BoardBoss
enid bala wrote: Yeeaaaa I resolved it! I found the file users.php in the root/libraries/joomla/database/table directory, And i deleted this statement around line 142 "if (trim( $this->name ) == '') { $this->setError( JText::_( 'Please enter your name.' ) ); return false; } and it works fine. Thanx Dizzy for your suport. Hi - You may want to just comment out the lines so they ...
Started 3 days, 10 hours ago (2009-12-03 13:40:00)
by marshhawk
Thank you for the help on this. I was able to apply the changes you had posted but I am still not able to create an account on the site. Please advise. Thanks, MH
Started 4 days, 6 hours ago (2009-12-02 18:12:00)
by dayatnusi
asalamualaikum, nak tanye cm ne nak wt registration and login form dalam flash..??? sy guna Flash MX 2004...ade gak try tp asik x menjadi je... please help me...??? cm ne nak insert kan coding kat dalam field fom yg kite wt?? confuse la... pas tu cm ne nak asterisk(..??)--->>> **** untuk password..??? dah try tgk tutorial kat macromedia tp sy ni x fhm sgt....
Started 6 days, 21 hours ago (2009-11-30 03:16:00)
by 3by400Inc
Hi, Sid - The "right" way to do this is probably using CB Subs, which allows you to set a "subscription" to your site for new registrants or on a per user basis. Each subscription level can have access to whatever you like. So, you could let someone register and gain access to...nothing more, or possibly a little more than public. Then, once you have reviewed their registration form, you could ...
Started 20 hours, 35 minutes ago (2009-12-06 04:00:04)
by digital-ether
You can validate email addresses before actually sending emails. First you can validate the syntax. That is check if the email address is of valid format. Then you can try validation via SMTP: http://code.google.com/p/php-smtp-email-validation / As for validation within emails, to see if they were opened, you can embed images that are actually PHP files. eg:...