How to recognize text input with randomly generated ids/names?

onerkript

Client
Регистрация
05.04.2012
Сообщения
10
Благодарностей
0
Баллы
0
Hello,

I'm having trouble with text fields having different ids and names.

Example :
name="dnn$ctr14549$NewsArticles$ucPostComment$txtEmail" id="dnn_ctr14549_NewsArticles_ucPostComment_txtEmail"

The number after "ctr" changes depending on the website and I don't know how to tell ZP to ignore the numbers in the search criteria box.

Thanks in advance.
 

shinigami

Client
Регистрация
01.05.2011
Сообщения
164
Благодарностей
91
Баллы
0
You should use regexp in serach criteria and change numbers to \d+
dnn$ctr14549$NewsArticles$ucPostComment$txtE mail -> dnn$ctr\d+$NewsArticles$ucPostComment$txtE mail
 
  • Спасибо
Реакции: onerkript

onerkript

Client
Регистрация
05.04.2012
Сообщения
10
Благодарностей
0
Баллы
0
You, Sir, are my hero.
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)