Link on other page

  • Elzer József
  • Topic Author
  • Offline
  • New Member
  • New Member
More
1 month 2 weeks ago #167995 by Elzer József
Link on other page was created by Elzer József
Link on other page

I create an event in events booking, and the registration process page gets stuck.
My page is my main page, where the registration goes perfectly, I enter the name and email address and the following page loads: Registration completed

However, if I use it via a link (iframe) on another domain, the registration page loads perfectly. I fill in the information and after submitting: qr.ticketqr.org refused to connect.

The registration page is ready, why doesn't it load? Permission? Can you help me what could be wrong?

The external page where I test it: www.el-vision.hu/regisztracio/
Attachments:

Please Log in or Create an account to join the conversation.

More
1 month 2 weeks ago #168000 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Link on other page
Sorry but I don't really know the answer. If Events Booking works well on the site it is installed, not in the external site loads it using iframe, maybe it is browser prevent that. This is out of our control, sorry

Tuan

Please Log in or Create an account to join the conversation.

  • Elzer József
  • Topic Author
  • Offline
  • New Member
  • New Member
More
1 month 2 weeks ago #168001 by Elzer József
Replied by Elzer József on topic Link on other page
I see there is an error

When an external site sends the data, it is received.

However, when you would return the Registration completed part, you would pre-write the url of the page where the iframe is located.

The reason may be this line:
<input type="text" name="eb_my_own_website_name" value="" autocomplete="off" class="eb-invisible-to-visitors">

Where can I change this line to fixed: eb_my_own_website_name

I think I need this:
<input type="text" name=" qr.ticketqr.org/ " value="" autocomplete="off" class="eb-invisible-to-visitors">

To better understand:
When I submit the data, I get this back:
www.el-vision.hu/jegy-regisztracio?task=...ividual_registration

The correct url would be:
qr.ticketqr.org/jegy-regisztracio?task=r...ividual_registration

Please Log in or Create an account to join the conversation.

More
1 month 2 weeks ago #168003 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Link on other page
No, that's not correct. eb_my_own_website_name is just a hidden variable uses to catch stupid bots for detecting spams

I don't know the reasons of the issue you are having, but it is not something related to that hidden variable. You do not need to change it

Tuan

Please Log in or Create an account to join the conversation.