Ajoutez des adhésions à votre projet Webflow en quelques minutes.
Plus de 200 composants Webflow clonables gratuits. Aucune inscription n'est nécessaire.
Ajoutez des adhésions à votre projet React en quelques minutes.
How to Set a CMS Link Using a Webflow CMS Text Field
Les registres des membres sont nécessaires
https://www.memberstack.com/scripts/94-set-href-attribute
Tutoriel
Clonable
Why/When would need to set a CMS link using a Webflow CMS text field?
- Dynamically add links when you can’t use a Webflow CMS link and you’re stuck with a plain text field.
Sometimes it might make more sense to use a text field to put your URL in instead of getting the URL from a CMS collection, whether it’s because you can’t use a CMS link field or whatever else your particular case may be.
This guide will show you how to quickly and easily add dynamic links to plain text fields.
Setting a CMS link using a Webflow CMS text field
To set a CMS link using a Webflow CMS text field, we’re going to use MemberScript #94 – Set href Attribute. Follow the link to get the code you’ll need to add to your page and watch a video tutorial on how to set everything up.
Setting it up
All you need to do is add the following attribute to your text field:
- ms-code-href=”VALUE”
For the attribute’s value, just choose whichever dynamic value you need on your page.
You can also write anything in it or even use another script to pull the link from another part of the page.
Making it work
Now that you’ve added the attribute to your input field, all you need to do is add the MemberScript #94 custom code to your page, before the closing body tag.
Conclusion
That’s everything, you can now go ahead and test the dynamic link on your live site.
Si vous souhaitez utiliser notre projet de démonstration pour commencer, cliquez simplement sur le bouton ci-dessous pour l'ajouter à votre site Webflow.
Our demo can help you use anything, including Webflow CMS plain text fields, to set your href attributes.