No worries I've now sorted the issues I was having with the menu was posting to wrong class. I've got around the other issue but have discoveed that you can only use a view or layout in advanced modules doesn't seem to allow both. I'm now using th…
First issue is the code in first comment with $var['layout'] being set to the module layout template.
Second issues is a page model in my advanced module which extends the fuel_page class but cantget this to show up in admin panel under my advance…
Yes I am using the default body variable but it won't use the layout template in my module. Is there something else I need to do. Also on a separate subject I'm using the fuel_page class as an extention to my own page class in the advanced module …
Hi sorry for not getting back sooner have tried the above code and slightly modified but works at treat. There was one thing i could not get anything to appear when i tried adding errors to $form_field['after_label'] but apart from that all good
p…
sorry for this large error file below but you did ask
PHP Notice: Use of undefined constant BASE_URL - assumed 'BASE_URL' in /Users/keithpowers/Sites/StoneacreNew/fuel/application/config/config.php on line 26
Notice: Use of undefined constant B…
sorry wasnt clear the codeigniter path. we used this on a codeigniter site version 3
https://github.com/kenjis/ci-phpunit-test. And it worked but trying to add this to fuel does not work. we get errors all over the place. We are using the dev ve…
Hi i use the form module to create the form, but use a block template for designing placing fields where i want them. So i cant see how i can put the values back into the form after submission
ok i found a solution or a way round this i created a copy field which i attached a js file to this checks the values on ready and gets the missing dropdowns and selects the correct value $(function () { // check to see if there is a manufacture…
I'm currently hacking the custom_fields.js file to try to load the fields when you click edit based on the first field once I figure it out I hopefully will load each Dropdown with the correct fields showing and each field having all of the values i…
yes there are when i change the main dropdown. But the other three dropdowns do not have anything in them when i first go in to edit the values. i would like the dropdowns to show the values already selected and be able to change those values witho…
answer to your questions:
1. yes it works for one dependent field
2. version 1.4
3. the value returned of origValue is from the second dependent field. i have two further field that need to update. I removed the if statement so they where all using…
I understand this but if the else part does not exist the values are not loaded in the dependent fields when you edit. If there is another way to do this please advice as i need values to be selected on edit as well
Which function in form module controls this so it can be overwritten to allow the same keys as this is needed as it's same email but different departments
thank you ive now gone down a different root. I would like to ask if it may be possible to do a multistep form in the forms module any suggestions would be grateful before i start pulling things apart