AskCodeGeneration.com is a project which is still in development phase. But you can already use it to automatically generate a simple VID Form (more complex form coming soon) - like the one in this VID tutorial by typing (see do/args refinement tutorial) or pasting the command below in Rebol Console:
do/args http://askcod.com/do “rebol/simple-form”
Or Browse to http://askcodegeneration.com/rebol, click on “All Rebol Code Generators”, Click “Simple Form”, Copy and paste the Url (http://askcodegeneration.com/rebol/simple-form/) to the Clipboard.

Then launch Rebol Console and type:
do http://askcodegeneration.com/do
Note there are 2 “do”: at the beginning (Rebol functions) and at the end (Rebol’s script name).
Answer questions title (example “Rebtweeter”) and list of fields (example “Account, Password, Status”)

You can then paste the generated code in Rebol Script or in Console - it will show you the generated form.

![]()

















