Hello.
I think you can use iframe in your twig template. For example
<iframe src="https://www.xxxx.com/?seatreg=registration&c=xxxx"></iframe>
Oh i see will try. Thank you
Not really, I dont know what to copy inside the Link
I got it to display but the seat arrangements are not being shown now
Can you perhaps provide some screenshots about the issue?
https://ibb.co/J7cNYrx
I already made the seat map but doesnt show
Strange. If you access the registration link directly does it work then? Are there any error is browser console logs?
Nope it still doesnt show
Can you provide the link to registration?
I can’t access the link as it is your local testing machine. But do you see some errors in your browser console log? Also if you try to create totally new registration with a map does it happen also?
Yep each time I make one I dont get anything displayed. Even reinstalled the files.
This the error log though
https://ibb.co/vvNHWhd
Well the bottom error is telling that JQuery is not defined. Without jQuery it wont work. Also it seems that there are some sort of errors related to webpack? I think you have some sort of custom setup here because WordPress be default ships with jQuery.
I do have a custom setup, If I get jQuery the error will go?