0

基本上我使用的是单选按钮字段,并在字段本身中添加了 HTML 以链接和预览插件类,如下所示

领域:轿车,3人座<a href="http://mysite.com/wp-content/uploads/2012/10/carimg.png" class="thumbsniper" target="_blank">View</a>

这很好用,除非表单使用相应字段的合并标签 {vehicle you would like} 给出确认消息,它也将条目和所有 HTML 显示为字符串,这显然是一个问题。我怎样才能解决这个问题并让确认处理html这样?我是否必须将所有这些 html 添加为一个类并将其应用于唯一条目 css 而不是内联,或者是否有某种方法可以弄乱合并标签或对确认消息类进行最小的 css 更改?

表单 UI 中确认字段中的内容(目前使用内联样式进行测试,我知道这不是最好的方法,但无论哪种方式都不能真正解决我的问题):

<p style="text-align:center;"><strong style="font-size:16px;"> Thank you!!!</strong>
We will send you an <strong style="color:#8E0F0F;">Email Quote</strong> within the next <strong style="color:#8E0F0F;">30 minutes.</strong>*
                      *Subject to Driver Availability.
<strong style="color:#8E0F0F;">Important Warning: When we send you an Email Quote, it might end up in your SPAM/JUNK EMAIL folder, so please double check that folder.</strong></p>
<strong>Submitted:</strong>{date_mdy}
<strong>Status:</strong> Waiting to be accepted by a Service Provider.
<strong>Pick Up:</strong>  On{Pick-Up On::7}, at {At::8} at
{Address (Street Address):9.1} {Address (City):9.3}
<strong>Drop Off:</strong> {Drop-Off Airport/Cruise Port:10}
<strong>Passenger or group name:</strong> {Passenger/Group Name:15}
<strong>Number of Passengers:</strong> {Number of People in the Group:16}
<strong>Contact Person:</strong>{Contact Person's Name:17}
<strong>Quote will be emailed to:</strong>{Contact Person's Email:18}
<strong>Rate:</strong> {What Type of Vehicle Would You Like?:6} Quote to be Provided. <strong>15% Online Discount Active!</strong>

同一张表格上的额外问题,有没有办法将时间戳附加到 {date_mdy} 合并标签,所以它实际上包括确认中的提交时间而不仅仅是日期?显然,由于进入时间显示在 WP 后端,所以存在钩子,但我不知道如何让它在这里工作。谢谢大家的回复,这个订车表格一直很头疼。

4

0 回答 0