Sorru y bad English.
How to get the text between the tag <p name="12345">text<p> on email ?
How to get the text between the tag <p name="12345">text<p> on email ?
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
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
Sorry , I'm noob =)
From here get as ?
Between the tags can be words and numbers.
<td name="prise">5</td>
From here get as ?
Between the tags can be words and numbers.
<td name="prise">5</td>

I want to get this value to show in
<input type='hidden' name='tag' id='tag' value='5' />
<input type='hidden' name='tag' id='tag' value='5' />
This topic is locked and no more replies can be posted.