Hi. My form must allow selecting users that are listed into a connection which has its own form (search and filter tasks).
I can call the connection into a modal area, from a custom HTML element using this syntax: {connection:connection_name}
The problem is that the </form> tag of the CF form is moved right after the </form> tag of the nested form. Thus, the end of the CF form is no longer handled.
It does not work even when the nested CC form area uses AJAX.
Is there a way to prevent the CF </form> tag from being moved upper, or a better approach for implementing what I'm trying to do ?
I can call the connection into a modal area, from a custom HTML element using this syntax: {connection:connection_name}
The problem is that the </form> tag of the CF form is moved right after the </form> tag of the nested form. Thus, the end of the CF form is no longer handled.
It does not work even when the nested CC form area uses AJAX.
Is there a way to prevent the CF </form> tag from being moved upper, or a better approach for implementing what I'm trying to do ?