RequestLegalHelp test page

RequestLegalHelp

This page emulates the RLH-owned install where the Boberdoo SRC comes from the page URL source parameter and receives the Chat suffix during submission.

Local embed snippet

<script
  src="http://localhost:3000/widget.js"
  data-lenessa-key="pk_test_lenessa_rlh_local"
  data-display="popup"
  async>
</script>

Inline embed option

<div id="lenessa-chat-inline"></div>
<script
  src="http://localhost:3000/widget.js"
  data-lenessa-key="pk_test_lenessa_rlh_local"
  data-display="inline"
  data-target="#lenessa-chat-inline"
  async>
</script>