This commit is contained in:
bumi 2020-07-22 16:29:16 +02:00
parent 81ad9dde98
commit a05f15a51c

View File

@ -26,8 +26,9 @@
<div class="column is-two-thirds">
<h3 class="title">One more step:</h3>
<p>Your document has been successfuly configured. \o/</p>
<p>
Set the <code>action</code> of your online form to <code><%= submission_url(@form) %></code> and make sure your fields have proper <code>name</code> attributes.
Now set the <code>action</code> of your HTML online form to <code><%= submission_url(@form) %></code> and make sure your fields have proper <code>name</code> attributes.
</p>
<h4 class="subtitle" style="margin-top:1em">Example:</h4>
<pre><code class="language-html">