How do I add the Channeltivity login form to my corporate website?

Modified on Wed, 15 Sep, 2021 at 8:06 AM

It's easy to place the Channeltivity login form on your site or anywhere else using the code below as a template.

Make sure to replace the https://Your-Partner-Portal-Domain/ below with the link to your portal and then use CSS and HTML to change the layout and styling to fit your needs.

<form method="post" action="https://Your-Partner-Portal-Domain/">

            <input type="hidden" name="RemoteLogin" value="true" />

            Email: <input type="input" name="email" />

            Password: <input type="password" name="password" />

            <input type="submit" value="Login" />

</form>

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article