To get the text inside the tag.

Vipz 19 Jan, 2016
Sorru y bad English.

How to get the text between the tag <p name="12345">text<p> on email ?
GreyHead 19 Jan, 2016
Hi Vipz,

I'm not sure what your question is <p> tags don't normally have name attributes and HTML names can't start with a number.

If you want to show the value of a form input then use the input name in {} for example: {input_name}

Bob
Vipz 19 Jan, 2016
Sorry , I'm noob =)

From here get as ?

Between the tags can be words and numbers.

<td name="prise">5</td>

To get the text inside the tag. image 1
Vipz 19 Jan, 2016
I want to get this value to show in

<input type='hidden' name='tag' id='tag' value='5' />
Vipz 19 Jan, 2016
Sorry > Id
<td id="prise">5</td>
GreyHead 19 Jan, 2016
Hi Vipz,

Please try using {tag}

Bob
This topic is locked and no more replies can be posted.