Questions that have this tag relate specifically to the latest major version of concrete5 version 8.
Questions tagged [concrete5-8.x]
57 questions
0
votes
1 answer
Form submission from specific page (Concrete5 8.3.2)
CMS: Concrete5
Version: 8.3.2
I added a Express Form Block in a Global Area. If someone fills out the form, I get a e-mail response. In the E-mail response it is not clear from what specific page the form is send. It only show the name of the form…

Mesign
- 81
- 8
0
votes
0 answers
Concrete5-8.0+ how to use select and color form widgets?
I have the following in the form.php:
$color->output('color', $color, array('showAlpha' => 'false'));
echo $form->select('font', $fonts, $font_selected);
and controller.php:
edit(){
$this->set('font', $font); // $font - user selected…

linuxoid
- 1,415
- 3
- 14
- 32
0
votes
1 answer
jQuery font picker in add block form dialog submits form instead of selecting font
I want to use the Google Font Picker ( https://www.npmjs.com/package/font-picker ) in the Add Block form dialog (part of Concrete5 CMS). But when I click on the font picker select, it submits the form instead of simply selecting the font. Seems like…

linuxoid
- 1,415
- 3
- 14
- 32
0
votes
0 answers
C5-8.0+ input class not active if input added by jQ in Add Block form
When editing a block, the Add Block form inserts input fields with data from the DB. New empty input text fields can also be added with a button on the same form.
The auto and manual insert codes are identical: