Convert Sale

To convert a sales opportunity, complete the initial contract information below; then click Submit.
  • Details
  • Contacts
  • Custom Fields
{{ csrf_field() }}
@if($lead->UseContactAddress == 1)
@else
@endif
No Yes
No Yes
No Yes
@if (QBHelper::canUse())
No Yes
@endif

Use the following options to set company contacts for this job.

@foreach($contactTypes as $contactType)
@endforeach

The following options define available features for the selected office.

@foreach ($customFields as $category => $fields)
@foreach ($fields as $field)
{!! $field->renderInput($selected) !!}
@endforeach @endforeach