How can i put a signup form in the landing page together with signin form like facebook?
Thank you!!!
How can i put a signup form in the landing page together with signin form like facebook?
Thank you!!!
Then you need to go to ow_system_plugins/base/views/controllers/join_index.html file and insert this component {component class="BASE_CMP_SignIn" ajax="1"}
This way you'll have a sign-in popup somewhere between the join form elements, you can copy and paste higher or lower, until you achieve the desired results.
Please remember, that all modifications done in the files will be overwritten while next update of the software. You do that on your own risk.
Thanks!