From a Widget on a page, how do I open another page when the user clicks on a button.
I have a page where the user can see a summary of all of their bookings in a nicely formatted (will be once it's functional anyway) fashion through the customer portal. We have another page that is dedicated to taking payments for said bookings. How do I make the button in the widget on the first page go to the second page.
I'm currently trying
<form action="window.top.location.href='#Page:Booking_Payment1?printBookingID={{Booking.PrintBooking.ID}}'">
<input type="submit" value="Pay" />
</form>
But it gives me a
error.