ashrafs
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Blank page after user registrationI’m having the same problem..
Forum: Themes and Templates
In reply to: Fully custom registration pageThe autocomplete attribute is invalid.
Forum: Themes and Templates
In reply to: Fully custom registration pageI have downloaded Register Plus and it seems to have support for radio buttons and option selectors.. :-/ My bad!
I have yet to see if it will play well with CYC. Thank you.
Forum: Themes and Templates
In reply to: Fully custom registration pageI have since installed CYC and it is working perfectly to get the register and login pages to reflect the rest of the site.
I have heard a lot about Register Plus during my searches but I have heard it only supports text fields and I need radio buttons and option selectors!
Forum: Fixing WordPress
In reply to: how to pass variables into pagesThere is a way to do it using AJAX where instead of passing the variables to another page, the variables are passed to the same page and the content changes via if else statements.
The link is: http://trevordavis.net/blog/tutorial/wordpress-jquery-contact-form-without-a-plugin/
If you want the variable to be echoed you might have to modify the code a bit since it has been created to handle contact forms.
If anybody else knows how or if it is possible to pass variables from forms to the action page, please let me know as well. I have been searching high and low for it and have yet to find an answer.