Hi everyone from Sydney
Hopefully, someone can help me with this:
I am building a network of consultants.
Once they sign up and complete their profile, I would Iike their profile to include a URL button containing the link to their own profile, so that they can view it and share it.
This URL should also be sent to an Airtable field.
How can I achieve this? (hopefully, I was clear enoughā¦)
Thank you!
Make a new page to list the user profile, add a list-details block to list the user information that you wish to make public. Lets call that page āprofileā.
Add a formula field on your airtable users table, and name it something like āpublic profile urlā
Add the following formula to the previous field 'appname.softr.app/profile?recordId=' & RECORD_ID()
Go to your default user profile page (the one that uses the profile block) and add a new field to show the newly created āpublic profile urlā field.
So I managed to create the formula and generate the profile url. But I can find anywhere to add it to.
The buttons in the menu only allows me to add pages, sections or external links, but not specific elements.
Any advice?
Hi @acjnas I have a similar use case where I need the user to copy or share the page url to clipboard. How can I create a button that will copy this link to the page to the clipboard?
Thanks @Suzie, I did this one as you can see on the same thread but it didnāt work for some reason. Iām waiting for a solution from the team. I was hoping I could get some other idea from the community in the meantime