Attaching Form Action to Native Wix Button

Hi Nick,

You can use an HTML component (Add → More → HTML iframe).

You also need to add target=“_parent” attribute to the form so that submitting the form will switch your page to the result page.

<form target="_parent" action="https://secure.dragonflycabinrentals.com/reservation_availability.asp" id="form_reserve" method="post">
<input type="Hidden" name="PageDataID" value="143773">
<input type="Hidden" name="InventoryUnitDataID" value="0">
<input type="Hidden" name="WebReferenceID" value="907">
<input type="Hidden" name="DynSiteID" value="907">
<input type="Hidden" name="WebReferencePageDataID" value="143773">
<input type="hidden" name="NavisCode" value="">
<input type="hidden" name="LeadID" id="hiddenLeadID" value="">
<button type="submit" class="form-BookItNow" alt="Reserve Mountain Song  Now" id="p-overview-bttn">Instant Quote</button>
</form>