Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @maksimwp1

    Thank you so much for using our plugin. If you want to get the content of the span tag with the class name vdRt6qU6s1gnF1kOkFiz the code to use as part of the equation would be:

    jQuery('.vdRt6qU6s1gnF1kOkFiz').html()

    And to get the content of the p tag with class name dMQDUKwnLqfvOBCw3hqM the code would be:

    jQuery('.dMQDUKwnLqfvOBCw3hqM').html()

    Best regards.

    Thread Starter maksimwp1

    (@maksimwp1)

    Thanks!
    Can I get this data from another site.

    There is a calculator on my website:
    – in the first field, the user indicates a link to the page on which the data is located
    – in the next fields of the calculator you enter data from this page (as you have already shown)

    Plugin Author codepeople

    (@codepeople)

    Hello @maksimwp1

    You can use the CFFPROXY operation as part of the equation. And as part of the callback, you can read the content of the third-party page and their tags with jQuery. Please, read the following blog post:

    https://cff.dwbooster.com/blog/2019/05/17/third-party-connection-module

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fill out data form from tags’ is closed to new replies.