• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.
  • Chevereto Support CLST

    Support response

    Support checklist

    • ⚠️ Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • ✅ Confirm that the server meets the System Requirements
    • 🔥 Check for any available Hotfix - your issue could be already reported/fixed
    • 📚 Read documentation - It will be required to Debug and understand Errors for a faster support response

Custom Log in page

mydive

Chevereto Member
Hi,

I have a front landing page and would like to know how do i create a simple form to allow user to login from the landing page?

See attached photo. I've got in the HTML code the slot i need to put the form in, just not sure of the form code that needs to be put in.

Thanks

John
 

Attachments

  • sample.jpg
    sample.jpg
    335.2 KB · Views: 41
You only need to copy the contents of the login box (pop-box-inner) of <div id="id="top-signin-menu"
 
the home page index.html loads before all the other pages from chevereto... does the index.html need to call any scripts of any other code first?
 
no good... this is what i've got.... diveshutter.com/test.html
 

Attachments

  • sample.jpg
    sample.jpg
    256.7 KB · Views: 21
It must be a php page if you will use php tags, otherwise copy the printed html (the one that you got when browsing the website, not the one in the templates). The code in the templates is php-html which needs PHP to render that html.
 
Back
Top