Skip to content

Commit

Permalink
add missing input element to setup page
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Damm committed Oct 27, 2020
1 parent 492aa9c commit 5bdc869
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions public/setup/index.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,15 @@ <h4>Facebook Page ID (optional):</h4>

<br />

<h4>WhatsApp Phone Number (optional):</h4>

<span class="help-block">Please enable WhatsApp in your Twilio account and forward messages to <span style="white-space: nowrap; font-weight:bold">http://&lt;your_application-url&gt;/api/messaging-adapter/inbound</span> (request method POST). If you are using the
Twilio WhatsApp Sandbox add the sandbox phone number here.</span>

<input style="width:350px" ng-model="configuration.twilio.whatsAppPhoneNumber" data-ng-trim="true" name="whatsAppPhoneNumber" type="text" class="form-control">

<br />

<div ng-messages="setupForm.callerId.$error" role="alert" style="margin-top: 10px; margin-bottom: 0px;">
<div ng-message="required" class="error-message alert alert-danger">Phone number is required</div>
<div ng-message="invalidPhone" class="error-message alert alert-danger">Invalid phone number</div>
Expand Down

0 comments on commit 5bdc869

Please sign in to comment.