Can I add a .php file URL to Blogger?
问题 I would like to know if there's a way to add a .php file to a Blogger template using a direct link. I am unsure whether or not I can add it to my form action with a URL as Blogger does not support .php directly. <form method="post" action="CAN_I_USE_A_URL_HERE?.php"> <input name="Name" placeholder="Name*:"/> <input name="E-mail" type="email" placeholder="E-mail*:"/> <input name="Phone" type="email" placeholder="Phone:"/> <label>Write your message!</label> <textarea name="Message"></textarea>