top of page

Forum Posts

anlimon
Apr 04, 2020
In Coding with Velo
I would like members of my site to be able to submit a form and then view results of their submissions in a table. I would also like those members to be able to edit results of their submissions, after the submission. After watching a few tutorials I learned how to create a custom form for my members. I also learned how to display results of member submissions in a static non-interactive table. But I don't understand how to make results of member submissions be editable and searchable by those same members. I am imagining a basic table with member submissions that they can sort, search and edit. Is this possible with Wix? Thank you.
3
0
73
anlimon
Apr 26, 2018
In Coding with Velo
Hello, I'm trying to redirect mobile users to a specific page when they open homepage of my website. I have inserted following code to my site: import wixWindow from 'wix-window'; import wixLocation from 'wix-location'; $w.onReady(funtion () { if(wixWindow.formFactor === "Mobile"){ wixLocation.to('https://www.mywebsiteurl.com/mobile-page-name'); } }); Redirect works, but it works only after first loading the original homepage. I would like users to be directed to my mobile page immediately after they click on my site url without loading the homepage first. Thank you.
0
10
1k

anlimon

More actions
bottom of page