Luca De Angelis
Activity overview
Latest activity by Luca De Angelis
-
Luca De Angelis commented,
Thanks! I'll try that 🙂
- View comment
- 0 votes
-
Luca De Angelis created a post,
Pass a member email at the upload of a file
Hey team, I would like to pass a member email at the upload of a file: I wrote the following code and works well. What attribute shall I add if I want to pass also the email?Thank you in advance fo...
- Luca De Angelis
- 2 followers
- 2 comments
- 1 vote
- Answered
-
Luca De Angelis commented,
Hi Julian Galluzzo thank you! I know that, but if I add a custom attribute in webflow like accept='.csv' it doesn't actually work. I can still pass every kind of file Actually I noticed that I can'...
- View comment
- 0 votes
-
Luca De Angelis created a post,
Adding accept attribute
Hello team! 🙂 I would like add the following accept attribute to an input for a file upload that has the custom attribute ms-code-file-upload-input=FileToUpload <input type="file" accept=".csv" /> ...
- Luca De Angelis
- 2 followers
- 2 comments
- 1 vote
- Answered
-
Luca De Angelis commented,
Hi Raquel Lopez I do use a fresh token (I take it directly after the log in) and encode it into the endpoint ( "https://admin.memberstack.com/members/verify-token?token=eyJhbGciOiJSUzI1NiIsInR5cCI...
- View comment
- 0 votes
-
Luca De Angelis commented,
Alright, I managed to send a POST API call with my admin private key.I use the following endpoint = "https://admin.memberstack.com/members/verify-token?token=member_cookie" where the member_cookie ...
- View comment
- 0 votes
-
Luca De Angelis commented,
Ahhh ok. Then the code was just an example. Actually my API request needs to be sent by my server inPHP. All clear! 🙂
- View comment
- 0 votes
-
Luca De Angelis commented,
Thank you Raquel Lopez. I m trying to run the code in js but it gives a few errors: first with regards to require(axios) it gives Uncaught ReferenceError: require is not defined i tried to impor...
- View comment
- 0 votes
-
Luca De Angelis commented,
That works. Thank you! 🙂 For the REST API I just use Member stack API credentials from the devtools sections right? Oh, I am afraid I misunderstood. I thought the API call would be launched from th...
- View comment
- 0 votes
-
Luca De Angelis commented,
Thank you! Raquel Lopez I tried to use the window.$memberstackDom.getMemberToken() in the code and in the console and it gives me the error window.$memberstackDom.getMemberToken is not a function....
- View comment
- 0 votes