Thanks for your reply.
initForm worked very well.
When I use the new init code the form is send multiple times.
I assume for every time the init runs there is now an own instance.
Can I kill the instance before initialize it again?
I found out that I can use this url
https://www.eventbrite.com/oauth/authorize?response_type=token&client_id=YOUR_CLIENT_KEY
to connect other events to my account.
But when I use this an login to eventbrite, I get an error from keyring:
Invalid/missing Keyring core nonce. All core actions require a valid nonce.
How can I add the token to the url?
Thanks
Michael
Hi,
thanks for your answer. Now it works. It was a cache issue.