Anmeldeformular für Helferfest angepasst

Bei Anzahl der Kinder ist jetzt als Standardwert 0 hinterlegt
This commit is contained in:
Marco Glietsch 2022-11-01 14:18:04 +01:00
parent ed5affef9b
commit d2f89e7762
2 changed files with 9 additions and 0 deletions

View File

@ -263,6 +263,7 @@ class ContactController extends ExtendedController
public function subscribeHelperParty(Request $request) public function subscribeHelperParty(Request $request)
{ {
$formdata = new SubscribeYouthFireFighter(); $formdata = new SubscribeYouthFireFighter();
$formdata->countChildren = 0;
$view = view("inc.contact.subscribeHelperParty"); $view = view("inc.contact.subscribeHelperParty");
$view->with('url', $this->route); $view->with('url', $this->route);
$view->with('formdata', $formdata); $view->with('formdata', $formdata);

8
deploy.rexpfd Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<rexpfd>
<destination path="MacBook-Pro.ffw - Steffen Dech:/html"/>
<options createDirectoryStructure="false" createSelectedOnly="true" descriptionFilePath="/ffw_laravel/deploy.rexpfd" overWriteExistingFiles="false" reviewSynchronize="false" saveSettings="true"/>
<selectedElements>
<file path="/ffw_laravel/app/Http/Controllers/ContactController.php"/>
</selectedElements>
</rexpfd>