- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,980
- راهحلها
- 27
- پسندها
- 3,266
- امتیازها
- 113
- سن
- 28
- محل سکونت
- England
- وب سایت
- xenforo.xyz
I have my form action:
Code:
My url is like this: newbattle/cpanel/r/24496/add. Since the form is linking to newbattle/cpanel/save it's not working. How should the link be formatted since I have a dynamic URL?
So I tried to test (I'm not sure how to format with the "/save" at the end either):
Code:
Code:
<xf:form action="{{ link('newbattle/cpanel/save', $newbattle) }}" upload="true" ajax="true" class="block">
My url is like this: newbattle/cpanel/r/24496/add. Since the form is linking to newbattle/cpanel/save it's not working. How should the link be formatted since I have a dynamic URL?
So I tried to test (I'm not sure how to format with the "/save" at the end either):
Code:
<xf:form action="{{ link('newbattle/cpanel/', null, {'r': $receiver_user_id}...
نام موضوع : How do I format this template link?