Advertisement
Advertisement
| 09.23.2008 at 03:05PM PDT, ID: 23756795 |
|
[x]
Attachment Details
|
||
|
[x]
The Solution Rating System
|
||
With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.
Your Input Matters If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support. Thank you! |
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: |
<form action="http://mysite.com//mytraining/submit/wyN7FfFJWa/" method="post">
If I leave it as is, the form does not submit the data and it redirects the user to the main index page. If I use firebug and change the submit action to
<form action="http://mysite.com/mytraining/submit/wyN7FfFJWa/" method="post">
with only 1 backslash it works perfectly.
The problem is I cant figure out how to permanently remove the second backslash. In the pertinent template the relevant code says this:
{exp:hpc_client_training:form_details form_hash="{segment_3}"}<h2>{form_title}</h2>{/exp:hpc_client_training:form_details}
{exp:hpc_client_training:submit form_hash="{segment_3}" redirect="/mytraining/report/{segment_3}/"}
Ive attached the actual module since posting the relevant code exceeded the post length restrictions.
This seems like such a minor problem and Ive looked around for hours now but havent been able to find where that second backslash is coming from as it doesnt appear anywhere else on the site. If any one can take a look I would REALLY appreciate it.
|