PHP code example of rkw / rkw-form
1. Go to this page and download the library: Download rkw/rkw-form library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
rkw / rkw-form example snippets
<trans-unit id="form.error.newFormRequest.exmpl1">
<source>Number combination 1</source>
<target>Zahlenkombination Feld 1</target>
</trans-unit>
<trans-unit id="form.error.newFormRequest.exmpl2">
<source>Number combination 2</source>
<target>Zahlenkombination Feld 2</target>
</trans-unit>
<trans-unit id="form.error.newFormRequest.exmpl3">
<source>Number combination 3</source>
<target>Zahlenkombination Feld 3</target>
</trans-unit>
<trans-unit id="form.error.newFormRequest.exmpl4">
<source>Message</source>
<target>Nachricht</target>
</trans-unit>