Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For the CSS selector option, you can use a tag, a class, an id, or an attribute. If you want to use a class make sure to start with a dot-like this: .my-class. If you want to use an id you should use a hash like this: #my-id. It will add the entire element where the class, id, attribute, or tag is available.

Info

When referencing a class, start with a . and replace any spaces in the class name with a .

Cookie name

The cookie option works similarly to the previous options. Just use the cookie name and the value will be added to the website data in your feedback results.

...