I'm posting to a CB field from RSFormPro. The actual data is being stored correctly in the CB field but when I try to link to it or display it it either links to the profile edit (which I don't want and it doesn't work) or the full path is shown without any slashes which makes it unusable.
Eg.
Upload a file named
joomlapolis.pdf to the RSForm uploads directory at
components/com_rsform/uploads/ via a form
The full path should be:
domain.com/components/com_rsform/uploads/joomlapolis.pdf
But it displays the following as the text:
httpsdomain.comcomponentscom_rsformuploadsjoomlapolis.pdf
and the actual url is the profile edit
domain.com/component/comprofiler/fieldclass?field=cb_upgradefile&function=download&user=277&reason=profile
The correct data is in the CB field in the database so it's just the output which is doing this.
Any idea whay and how to fix?
Thanks