不确定是否可行,但您可以在模板中使用 if 语句吗?
因此,如果电话号码没有值,我根本不想显示该句子...
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset="utf-8"/>
<title>{form_title}</title>
</head>
<body>
<p>You received the following message from {name} through the Gossip Cakes' contact form.</p>
<p>Their email is {email}</p>
<p>Their phone number is {phone}</p>
<p>The message: {message}</p>
</body>
</html>
我想我可以直接使用 php,但是有没有返回视图 html 的方法?