<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>phantuanvi.com</title>
    <link>https://phantuanvi.com/en/</link>
    <description>Recent content on phantuanvi.com</description>
    <generator>Hugo</generator>
    <language>en</language>
    <atom:link href="https://phantuanvi.com/en/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Ask a Question</title>
      <link>https://phantuanvi.com/en/contact/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://phantuanvi.com/en/contact/</guid>
      <description>&lt;p&gt;Have a question? Send it — good questions may become the next article.&lt;/p&gt;
&lt;form id=&#34;contact-form&#34; action=&#34;https://formspree.io/f/&#34; method=&#34;POST&#34;&gt;
  &lt;div&gt;
    &lt;label for=&#34;name&#34;&gt;Name&lt;/label&gt;&lt;br&gt;
    &lt;input type=&#34;text&#34; id=&#34;name&#34; name=&#34;name&#34; required style=&#34;width:100%;padding:8px;margin-bottom:12px;box-sizing:border-box;&#34;&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;label for=&#34;email&#34;&gt;Email&lt;/label&gt;&lt;br&gt;
    &lt;input type=&#34;email&#34; id=&#34;email&#34; name=&#34;email&#34; required style=&#34;width:100%;padding:8px;margin-bottom:12px;box-sizing:border-box;&#34;&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;label for=&#34;message&#34;&gt;Question&lt;/label&gt;&lt;br&gt;
    &lt;textarea id=&#34;message&#34; name=&#34;message&#34; rows=&#34;5&#34; required style=&#34;width:100%;padding:8px;margin-bottom:12px;box-sizing:border-box;&#34;&gt;&lt;/textarea&gt;
  &lt;/div&gt;
  &lt;button type=&#34;submit&#34; style=&#34;padding:10px 24px;&#34;&gt;Send&lt;/button&gt;
  &lt;p id=&#34;form-status&#34; style=&#34;display:none;margin-top:12px;color:#276749;&#34;&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script&gt;
  var form = document.getElementById(&#34;contact-form&#34;);
  form.addEventListener(&#34;submit&#34;, function(e) {
    e.preventDefault();
    var data = new FormData(form);
    fetch(form.action, {
      method: &#34;POST&#34;,
      body: data,
      headers: { &#34;Accept&#34;: &#34;application/json&#34; }
    }).then(function(resp) {
      var status = document.getElementById(&#34;form-status&#34;);
      status.style.display = &#34;block&#34;;
      if (resp.ok) {
        status.textContent = &#34;Thank you! Your question was submitted.&#34;;
        form.reset();
      } else {
        status.textContent = &#34;Submission failed. Please try again.&#34;;
        status.style.color = &#34;#9B2C2C&#34;;
      }
    }).catch(function() {
      var status = document.getElementById(&#34;form-status&#34;);
      status.style.display = &#34;block&#34;;
      status.textContent = &#34;Submission failed. Please try again.&#34;;
      status.style.color = &#34;#9B2C2C&#34;;
    });
  });
&lt;/script&gt;</description>
    </item>
  </channel>
</rss>
