Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

web module release notes #2364

Merged
merged 1 commit into from
Aug 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions guides/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ We love hearing your feedback! You can help us improve the docs by reporting any
![Was this helpful, yes/no buttons](../media/feedback.png)

---
### New API: Web Modules

> This API is only available for Wix Studio sites. Wix Studio is currently in beta and is not yet available to all users.

`wix-web-module`

The Web Modules API allows you to define functions in your backend code that can be called from your site's frontend code. Use the [`webMethod()`](wix-web-module/webmethod) function to define a backend function and the permissions needed to call it.

(August 23, 2023)


### New API: Forms Submissions

The new [Form Submissions API](wix-forms-v2/submissions/introduction) allows you to manage form submissions from your site visitors.

Expand Down