Use case: wipe data from test installation in order to start over quickly...
1. drop/empty the db
2. delete ./files and its contents
3. delete settings.php
4. visit site to re-start the installation process
As it is now, the installer complains about a missing settings.php:

So I had to extract a fresh copy of the file in order to carry on. Can we ship a default-settings.php file and have the installer create a copy of it instead of complaining in this case?
Recent comments
This is orig. code. Backdrop removes the form action and insert an end-form later (or move it down). Hm, this works for me. I've set up a new text format (at admin/config/...
Paypal button code gets messed-up
I have tried that as well - no difference. Code get messed up anyway. And - my style tags are needed in order for the page to look fine no matter what width the display is (style clear-...
Paypal button code gets messed-up
Hi Egmund, BackdropCMS tries hard to output valid markup, by default even the "raw" format. Your code is invalid, though, as there's a <style> tag inside the body, whereas...
Paypal button code gets messed-up