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

Integration Code for: {{ $form->form_name }}

Paste this code anywhere on your website to embed the form:

<iframe src="{{ url('/form/render/' . $form->id) }}" frameborder="0" style="width:100%;height:600px;"></iframe>
Back to Form Builder
@endsection