Hi, I’m using a website field in my form and I had a custom parameter as “event_url”.
I try to prefill this one by passing url like :
$_GET['event_url'] = urldecode(tribe_get_event_website_url($event_id));
But when I do that, the form disappear ! Maybe for error but I can’t debug.
Somebody knows how to achieve this ?