Hi there!
I’m having trouble saving to a dataset from another dataset and i just couldn’t figure it out
←#username: is the data i’m calling from droptest database
←#userinput: is a required!! form element for creating data on MemGenDrops database.
I can get the value from #username to #userinput successfully with a checkbox trigger but the submit button is not saving the value on userinput1 and It comes out empty on the database. even tried putting [1]{3,15}$ validation still getting no result.
droptest is the database where i collect member information and i set it to the state where they can create their #username only once.
MemGenDrops is the database where members share their links. written on the members profile area and viewed by public on the main site. (/yourdrops)
Q1
So the permissions are set correctly, though it wouldn’t create the data otherwise but i’m missing this username part and i can’t figure out what’s wrong with this setup.
Q2 (Related question but not exactly about the main problem here)
How can i create a unique data for #username? I checked the hooks section but it’s some random characters come together for me Can’t understand it. Could anyone possibly show a working example here?
My main problem here is that i can’t show that #username data even if it’s unique or not. I have to complete this in order to show members how many links they have shared etc. on their profile pages and also to show the usernames on the main page. I set up a search for it already so i need that data
Thank you.
www.z365air.com
/droptest/{ID}
a-zA-Z0-9_ ↩︎