Hi,
I have a service that is asking me to set a button up with this info:
<button data-id=“s2f-launch” data-market=“me-st-louis” data-api-token=“537|jTUhJTU5pEPUe6lJECmxVGnJRV0gGptiBtBBbGow” >Book Mr. Electric
I can set the ID on a button element and that will launch the script, but I also need to set a “data-market” value in order to add a few different buttons that will launch different scripts.
How can I add the “data-market” value?
Thanks!