Actually the error is on frontend, not on fuel's side, but still if you guys can help? Thing is I want to sync datepicker and validator date formats but so far I'm not successful. I am using dateITA property in validator and trying with same format …
Okay, I want to use the TCPDF to generate a PDF here can it be done too? I mean the way I have integrated it is through library, is it possible to do all sorts of controller things here? like loading library and then calling its function?
I don't think that serializing is what I need, as I have a form with fields say field1, field2, feild3, and they could be multiple in an array like field1[0, 1, 2], for each of them, I want to know if I can convert these fields of array into record …
Hello, I didn't answer your question earlier about the line of error, yes it is the is_date_db_format and it is reaching there because my field type is date, also the earlier reply would be a bit confusing as I didn't understood completely but I jus…
No, I don't want to serialize I just wanted to convert my form values for the same name into record objects, like I have degree, major and institute as array in post so I wanted to make a record object of each of them, I already have my model class …
I couldn't understand how can I implement post_process as I already needed to apply some styles on fields. Should I be using a controller or an extended class?
Although right now I am using File Upload class in my controller to do this.
I did tried what you said admin but the preg_match is being called before that I tried with on_before_validate if that was being called first but it wasn't as well. So which callback is actually being called first?
Okay, does this matter if I am doing all this in cms page? I mean my main pages are made in cms and I have configured them in My_fuel_modules.php? I will try your solution ASAP!
Yes you are right, it is returning null and the value is slug which I think should find the slug value from database but the module_config method does not return anything
Can you tell me if I point to my own layout in configuration like you have to posts, I have done it to nt_basic, it should use that layout, right? And what about the list and post keys? I have marked them to use _posts/list and _posts/post, also I a…
Hey again, I have followed your link and I could made some simple modules through which I can create dynamic pages, but I can't view them through cms view button neither through going to url directly. I have two modules for news and projects and I w…
Okay! A big apology as I didn't saw your message completely and missed the get_errors part. It was due to the fact that I was using different field names in my model and form that I was not getting them from post to model, and as soon as I provide i…
I have tried your approach as well as tried outputting the clean method, which is only giving two fields back although I have given it 5 fields and 1 for honeypot hidden field another is send field, in total 7 fields, I thought it was due to naming …
I have seen these examples as I told earlier in my post but this is for CMS forms creating and saving and I have done this part, I can create forms via CMS and save it. What I want to do is allow a frontend user to submit the form. I have also seen …