Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
[RevCMS]Submit on Register Page[Cammex Skin]
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="funkystrainz" data-source="post: 392281" data-attributes="member: 71720"><p>Hey devbest community, </p><p></p><p>The issue that I've been having the last few days, has to do with the receiving of information submitted to my database, and updating it as a row of stored data. </p><p></p><p>All of the forms and their input types, that would be responsible for containing data to submit (i.e placeholders, text types, etc.) only include information that would be entered on the register page. What about the entry that is displayed in the database (i.e ID, etc.)? Is that information supposed to be in a .js filed linked to the reg page?</p><p></p><p>I've been trying to be able to create test accounts when I physically click submit. But when I enter user information, the page will just refresh with none of the inputted information. I have linked the register page to the index, when the button is clicked, and would like to have a form that directs the page from index/register to the me page (where you'd launch the client from).</p><p></p><p>How my Register Page looks filled in: <a href="http://imgur.com/a/btV4X" target="_blank">http://imgur.com/a/btV4X</a></p><p></p><p>Everything related to the form on the registration page is located under this: </p><p>[CODE]<form method="post" id="phase-0-form"> [/CODE]</p><p></p><p>There are some $_CONFIG & ['hotel'] functions, that are unfamiliar. But they appear on the me page and probably have to do with redirecting the page with updated info upon retrieval. </p><p></p><p>*I'm using an edited version of RevCMS w/ Cammex Skin, recreated by educs</p><p></p><p>PM or Comment if you have an idea.</p></blockquote><p></p>
[QUOTE="funkystrainz, post: 392281, member: 71720"] Hey devbest community, The issue that I've been having the last few days, has to do with the receiving of information submitted to my database, and updating it as a row of stored data. All of the forms and their input types, that would be responsible for containing data to submit (i.e placeholders, text types, etc.) only include information that would be entered on the register page. What about the entry that is displayed in the database (i.e ID, etc.)? Is that information supposed to be in a .js filed linked to the reg page? I've been trying to be able to create test accounts when I physically click submit. But when I enter user information, the page will just refresh with none of the inputted information. I have linked the register page to the index, when the button is clicked, and would like to have a form that directs the page from index/register to the me page (where you'd launch the client from). How my Register Page looks filled in: [URL]http://imgur.com/a/btV4X[/URL] Everything related to the form on the registration page is located under this: [CODE]<form method="post" id="phase-0-form"> [/CODE] There are some $_CONFIG & ['hotel'] functions, that are unfamiliar. But they appear on the me page and probably have to do with redirecting the page with updated info upon retrieval. *I'm using an edited version of RevCMS w/ Cammex Skin, recreated by educs PM or Comment if you have an idea. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
[RevCMS]Submit on Register Page[Cammex Skin]
Top