You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$this->Flash->success(__('Thank you, we are adding your city to the list if others and will let you know if we choose yours to visit.'), ['key' => 'contact']);
Copy file name to clipboardExpand all lines: src/Template/Pages/road_trip.ctp
+10-13
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ $this->assign('title', __('CakePHP is coming to your town!'));
8
8
<section class="clearfix">
9
9
<div class="container-fluid">
10
10
<div class="row roadtrip-hero">
11
+
<?=$this->Flash->render('contact') ?>
11
12
<?=$this->Html->image('roadtrip-hero.svg') ?>
12
13
</div>
13
14
</div>
@@ -27,20 +28,16 @@ $this->assign('title', __('CakePHP is coming to your town!'));
27
28
<p><?=__('If you have a PHP or CakePHP meetup group and are excited to have us come visit, let us know soon! We will go to as many places as we can fit into our Cake Road Trip. And will be asking the community to vote for the top places to visit!') ?></p>
<?=$this->Form->input('where', ['label' => __('Tell us where would you’d like us to go next {0}', $this->Html->tag('span', __('(Required)'))), 'escape' => false, 'class' => 'form-control']) ?>
<?=$this->Form->input('where', ['label' => __('Tell us where would you’d like us to go next {0}', $this->Html->tag('span', __('(Required)'))), 'escape' => false, 'class' => 'form-control', 'required' => true]) ?>
0 commit comments