
Chukwudi Onyekwere
Activity overview
Latest activity by Chukwudi Onyekwere
-
Chukwudi Onyekwere created a post,
[Wishlist] Query Memberstack custom field using Javascript
We are developing a web application using webflow + memberstack. Each member has a custom field called company-id, Is it possible to query the amount of members for a specific company-id using java...
- Chukwudi Onyekwere
- 2 followers
- 1 comment
- 1 vote
- Not planned
-
Chukwudi Onyekwere commented,
cc Julian Galluzzo If you're creating a Memberscipt for this, please keep in mind that Metadata is read-only via the frontend and can only be updated from the backend.
- View comment
- 0 votes
-
Chukwudi Onyekwere commented,
You're welcome. Glad it worked 🦜
- View comment
- 0 votes
-
Chukwudi Onyekwere commented,
Hi Aletta, Code 1 below will clear the custom field 'myField' when a button with id 'myButton' is clicked while Code 2 will clear 'myField' when a page loads. CODE 1: <script>document.addEventListe...
- View comment
- 0 votes
-
Chukwudi Onyekwere commented,
Here's the modified code to show the three colors (Main, Secondary, and Accent) but then, a third Div (with id color3) to display the accent color is missing on your webpage. You need to add it for...
- View comment
- 0 votes
-
Chukwudi Onyekwere commented,
Sorry that didn't work for you, Vincent. I've modified the code and it works perfectly now. Kindly replace the code on your website with the one below: <script> // Gets the color field inf...
- View comment
- 0 votes
-
Chukwudi Onyekwere commented,
Hi Vincent, Here's how you can modify your existing code to pick the hex color code from the custom field and apply it to a div: <script>const memberstack = window.$memberstackDom;memberstack.getCu...
- View comment
- 0 votes
-
Chukwudi Onyekwere commented,
Your insight is valuable, and we'll definitely take it into consideration. Kindly DM me your app id and website URL so I can look into the errors you're getting.
- View comment
- 0 votes
-
Chukwudi Onyekwere commented,
The code is Vanilla JS actually 😌. You can put the code before the closing </body> tags of all the pages in your subdomain and it will work. Alternatively, you can put the code snippet (without the...
- View comment
- 0 votes
-
Chukwudi Onyekwere commented,
In the Memberstack section in your screenshot, you can only gate pages/directories/page elements of a domain/subdomain, not the entire domain/subdomain as you've stated. However, if you want to ach...
- View comment
- 0 votes