How to Set a CMS Link Using a Webflow CMS Text Field

ÍNDICE

Añada afiliaciones a su proyecto Webflow en cuestión de minutos.

Pruebe Memberstack

Más de 200 componentes Webflow clonables gratuitos. No es necesario registrarse.

Ver biblioteca

Añade membresías a tu proyecto React en cuestión de minutos.

Pruebe Memberstack
Ovidiu

This post will teach you How to Set a CMS Link Using a Webflow CMS Text Field, what a CMS Link using a CMS Text Field feature is and when/why you might want to use it in your project.

How to Set a CMS Link Using a Webflow CMS Text Field

Miembros necesarios

https://www.memberstack.com/scripts/94-set-href-attribute

Tutorial

Clonable

Why/When would need to set a CMS link using a Webflow CMS text field?

  1. 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.

Hacer que funcione

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.

Conclusión

That’s everything, you can now go ahead and test the dynamic link on your live site.

If you want to use our demo project to get you started, just click the button below to add it to your Webflow site.

Our demo can help you use anything, including Webflow CMS plain text fields, to set your href attributes.

Take me to the Scripts