| 1 |
<div> |
| 2 |
<div class="wpuf-int-form-row"> |
| 3 |
<div class="wpuf-int-field-label"> |
| 4 |
<label for="mailchimp-list-id"><?php _e( 'Slack Webhook URL', 'weforms' ); ?></label> |
| 5 |
</div> |
| 6 |
<div class="wpuf-int-field"> |
| 7 |
<input type="url" class="regular-text" v-model="settings.url" placeholder="https://hooks.slack.com/services/..."> |
| 8 |
<p class="help"><?php printf( __( '%sSlack webhook URL%s to send our JSON payloads (%sView documentation%s)', 'weforms' ), '<a href="https://api.slack.com/incoming-webhooks" target="_blank" >', '</a>', '<a href="https://wedevs.com/docs/weforms/integrations/slack/" target="_blank" >', '</a>' ); ?></p> |
| 9 |
</div> |
| 10 |
</div> |
| 11 |
</div> |