Hi,
In the last few days i have been working with CF and CC to create a mix of both.
But some questions are still unresolved. I will greatly appreciate a help on this.🙂
1. How can i define the CF From as the main form for all the actions?
1.1 When i save a new register for example the redirect is made to CC Form and not to the Main Form.
2. How can i use the dropdown from Chronoforms as a filter in the CC List?
2.1 Is it possible to do it with AJAX?
3. How can i list records if not in auto mode?
4. How can i format the output of chronocconectivity?
4.1 For example a value with the currency.
Tks
In the last few days i have been working with CF and CC to create a mix of both.
But some questions are still unresolved. I will greatly appreciate a help on this.🙂
1. How can i define the CF From as the main form for all the actions?
1.1 When i save a new register for example the redirect is made to CC Form and not to the Main Form.
2. How can i use the dropdown from Chronoforms as a filter in the CC List?
2.1 Is it possible to do it with AJAX?
3. How can i list records if not in auto mode?
4. How can i format the output of chronocconectivity?
4.1 For example a value with the currency.
Tks
Hello,
#1- By default CC handles everything, but the CF "on submit" event is handled before saving, did you try that ? you can have more control by configuring the data under the "Admin/front editing" tabs. there are few CC tutorials on the FAQs page/
#2- Did you try to use the form search event ? using AJAX may be difficult, I didn't try it before.
#3- use the header/body/footer boxes, the body format will replace row values in this form: {Model.field}
#4- if you want to use a php function then you may use this in the body: <?php echo $row['Model']['field']; ?>
Regards,
Max
#1- By default CC handles everything, but the CF "on submit" event is handled before saving, did you try that ? you can have more control by configuring the data under the "Admin/front editing" tabs. there are few CC tutorials on the FAQs page/
#2- Did you try to use the form search event ? using AJAX may be difficult, I didn't try it before.
#3- use the header/body/footer boxes, the body format will replace row values in this form: {Model.field}
#4- if you want to use a php function then you may use this in the body: <?php echo $row['Model']['field']; ?>
Regards,
Max
Hi Max,
Tks for your help. I already have an integration of CF with CC. But some problems still remain unsolved.
1. Return button does not work
2. When linked register directly from the list and nos selecting the edit button i do get a 404 error page.
3. How can i manage the errors from CC?
3.1 "Access Denied" appears on top of the page and form get's blank. It 's a dead end to the user.
Regards
Tks for your help. I already have an integration of CF with CC. But some problems still remain unsolved.
1. Return button does not work
2. When linked register directly from the list and nos selecting the edit button i do get a 404 error page.
3. How can i manage the errors from CC?
3.1 "Access Denied" appears on top of the page and form get's blank. It 's a dead end to the user.
Regards
Hi Renas,
Did you check the tutorials of CC on our FAQs page ? please start with something simple then do complicated stuff, that way you can build what you need.
Let me know!
Regards,
Max
Did you check the tutorials of CC on our FAQs page ? please start with something simple then do complicated stuff, that way you can build what you need.
Let me know!
Regards,
Max
This topic is locked and no more replies can be posted.