Hi,
As Wix doesn’t have an inbuilt notification system for when a user submits to your data collection, is it possible, for instance, to add some code to the “submit” button that triggers a contact form on the page to send email notification? This way I can have a hidden contact form on the page, and use this to get notified when the data collection is updated by a user. What I am trying to achieve is a notification when the data collection is updated.
Current code that doesn’t work:
export function button10_click(event) {
$w(‘#form1’).selectedIndex = 0();
}
Thank you in advance. Any feedback is appreciated.