Using contact form 7, textarea code for multi-line default value,
I entered the code as below :
<p>Details
[textarea your-message 103x60]
1. Service :
2. Topic :
3. Date :
[/textarea] </p>
I expected as response :
1. Service :
2. Topic :
3. Date :
inside the text box.
But the actual response was :
1. Service :<br />
2. Topic :<br />
3. Date :
inside the text box.
I want to remove suddenly appeared<br />tag.
Thanks.