@extends('layouts.app') @section('content')

Edit Form: {{ $form->form_name }}

@csrf
Form Details
{{-- Form Name --}}
{{-- Webhook URL --}}
{{-- Authentication Fields --}}
{{-- Username / Key --}}
{{-- Secret --}}
{{-- Valid Signature (hidden by default) --}}
{{-- Webhook URL 2 --}}
{{-- Is Public --}}
is_public) ? 'checked' : '' }}>
{{-- Assign users --}}
Which user do you want to assign?
{{-- Existing Fields --}}
Current Fields

Drag fields here

@foreach($fields as $field)

required ? 'checked' : '' }}>
@endforeach
Field Types
Text
Textarea
Email
Password
Select
Multi Select
Checkbox
Date
Heading
File Upload
Signature
Image
Divider
Country
State
Payment
Company Details
{{-- Add new fields --}}
Add New Fields
If left empty and Redirect URL is set, user will be redirected instead.
If set, user will be redirected here after submission.
Select your submission email template
{{-- Save / Cancel --}}
Cancel

Live Preview

@endsection