-
-
Notifications
You must be signed in to change notification settings - Fork 367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding a new entry to the registration form #140
Comments
We'd have to see your code to know what your doing, if you fork the repo and commit your changes to your repo we could help you out pretty fast. If you post your code on here that would help as well. We really should add something to the wiki on this @alexweissman lol |
Hi @hontoaishiteru, it sounds like you're on the right track. It sounds like that error is being thrown in
The problem is that, as it is written right now,
After line 175 of |
Awesome, it was exactly that line in Thanks again @alexweissman and @lilfade. |
$('#foo').submit(function(){
var QueryString = $(this).serialize();
}); |
Nice! Yup, |
Ok, |
Hello,
UserFrosting has helped me build a website in no time and I was able to easily tailor it for my needs for which I thank you, however I'm now stuck at trying to add a new user input in the initial registration form. My php knowledge is really basic but I'd like my users to be able to enter their website URL at registration and have it be retrievable from the database (say in their dashboard).
I created a new field in my
_users
table namedurl
and then tried to follow #120 which seemed like almost the same issue however after I edited the files I get awhen I press the Register button.
What is the correct procedure in implementing something like this?
The text was updated successfully, but these errors were encountered: