Ok, I know that function. Just thought I have missed a helper function in Fuel :-)
Then I will use that to write an own helper function to get the filesize. Thanks!
Hi,
ok... one issue remains... NOw the fields are displayed as toggle fields, but on clicking nothing happens... do I have to implement a hook or overwrite a method?
Hi,
I have configured my form field to encrypt the filename
$fields['image'] = array('label' => lang('form_label_image'), 'folder' => 'images/mannschaft', 'accep…
On processing the form I get an error from the email library. The library is configured identically to the one used on the current live platform where it works (without fuel, only CI.
do you know if there is some special configuration needed do get…
hmmm ok.
I have entered forms/process/impressum as form action in the cms. unter Form I selected the block view blocks/contact_form which consists of following code:
{foreach $fields field }
Hi,
ok got the form working until submission... Now I want to send the email. How can I access the defined mail recipient? I defined it under the "after submit" tab...
I think there was a misunderstanding.
The key should stay the id field. But the displayed value should consist of 2 database fields.
The problem is, that in my table I have many entries with the same name so I cannot differentiate between them in t…
Hi,
in the first approach (I just migrate my old solution, in a next step I will perhaps migrate this one to the jquery tags input) I have following code:
<?php class MY_custom_fields { function tagsinput($params) { …
hmm ok... another question... is it possible to have the options_list be built of multiple values?
So if I open the Mission Image the options list value should be datum_beginn - name
Is that possible?
hmmm ok... thought there would be a simpler way... both fields are database fields of the module... Think I will just put them each in one row... it's too bad because in one row it would look much better.
hmmm how should I define the submit_button_text property? Do I have to have a $config['forms']['forms'] entry for each form I define in the cms?
I tried to enter the html code in the cms directly, but that seems not to work.
ok... the thing with page rendering works...
The submit button is displayed, but clicking on it results in nothing. The form is not submitted. I will try the config thing now. I will report :-)
Hi,
next question for form view...
How can I use the form builder to display 2 form fields in the same row with one label.
So that as result I have something like:
Datum, Uhrzeit (Beginn): "field1" "field2"
Hi,
I have another question according the Forms-Module.
I built 2 forms with it. In my existing page I have a custom css class for the submit button. Is it possible to configure the form to use this custom css class for the button?
I tried buildin…