-
'RegEx: Table Variable is Undefined'
Can’t figure out why this RegEx table variable isn’t doing its thing. I’m trying to find this string:
_form_23
in this string for the Form Element:
HTMLDivElement: html > body.customize-support#bg > div.page-wraper > div.page-content.bg-white > div.content-block#content-area > div.section-area.bg-gray > div.container > div.row.contact-bx-area2 > div.col-lg-8.col-md-12.wow.fadeIn.section-sp2 > div.form-area-box.ajax-form.p-lr30.p-sm-lr5 > div.row.placeani > div.col-lg-12 > div.form-white > div._form_23 > form._form._form_23._inline-form._dark#_form_64633F35D8028_ > div._form-thank-you
_form_23 shows up twice in the Form Element string, regex validator says it’s all good, but the variable still says undefined.
I’m stumped. What’s going wrong?
Here’s how I’ve set up my RegEx table variable:
Log in to reply.