Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
270 changes: 0 additions & 270 deletions content/collections/pages/blade-form-fields.md

This file was deleted.

2 changes: 1 addition & 1 deletion content/collections/tags/form-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ Using the `field` variable will intelligently render inputs as inputs, textareas
You can customize these pre-rendered snippets by running `php artisan vendor:publish --tag=statamic-forms`. It will expose editable templates snippets in your `views/vendor/statamic/forms/fields` directory that will be used by each fieldtype.

:::tip
By default, pre-rendered snippets are implemented in Antlers. If you'd prefer to use Blade, you can grab some [ready-to-go Blade snippets](/blade-form-fields) to use as a starting point.
Pre-rendered snippets are implemented in Antlers by default. Blade versions will be used instead if your `statamic.templates.language` config is set to `blade`.
:::

This approach, combined with the [blueprint editor](/blueprints), will give you something very similar to a traditional "Form Builder" from other platforms.
Expand Down
2 changes: 0 additions & 2 deletions content/trees/collections/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@ tree:
entry: 9b2f6f55-5355-4334-b90d-d1236fb58887
-
entry: 7277432d-bb25-458a-a3a2-a72976b44ad5
-
entry: e8504150-db55-4986-b567-19c046cc03de
-
entry: e7833062-e05c-42c9-ad35-dc5077f1f0b8
-
Expand Down
3 changes: 2 additions & 1 deletion routes/redirects.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@
Route::permanentRedirect('assets', '/frontend/assets');
Route::permanentRedirect('augmentation', '/frontend/augmentation');
Route::permanentRedirect('upgrade-guide/bard-v1-to-v2', '/getting-started/upgrade-guide/bard-v1-to-v2');
Route::permanentRedirect('blade-form-fields', '/frontend/blade-form-fields');
Route::permanentRedirect('blade-form-fields', '/tags/form-create#pre-rendered-field-html');
Route::permanentRedirect('frontend/blade-form-fields', '/tags/form-create#pre-rendered-field-html');
Route::permanentRedirect('blade', '/frontend/blade');
Route::permanentRedirect('blueprints', '/content-modeling/blueprints');
Route::permanentRedirect('caching', '/advanced-topics/caching');
Expand Down