Hello support,
I've just tried the Signature Field in Special Tab but the field does not show in form.
My I have some enlightment please...
Thank you
[SOLVED] Signature field doesn't show.
-
- Posts: 250
- Joined: 16 Jan 2018, 06:10
- Name: Andy
- Location: Indonesia
[SOLVED] Signature field doesn't show.
Last edited by wingedpotato on 04 Dec 2020, 06:27, edited 3 times in total.
-
- Posts: 250
- Joined: 16 Jan 2018, 06:10
- Name: Andy
- Location: Indonesia
Re: Signature field doesn't show.
I can't seem to find anything related for my issue.
The Signature field itself does not show when I try to add a new record.
I tried editing a different record but it's the same, the field does not show.
Even when using admin account.
If I change the type to Approve field, it shows when trying to add new record SOLVED : It turns out, you add the signature in the Item Page, not in the add new record form.
The Signature field itself does not show when I try to add a new record.
I tried editing a different record but it's the same, the field does not show.
Even when using admin account.
If I change the type to Approve field, it shows when trying to add new record SOLVED : It turns out, you add the signature in the Item Page, not in the add new record form.
-
- Posts: 250
- Joined: 16 Jan 2018, 06:10
- Name: Andy
- Location: Indonesia
Re: [SOLVED] Signature field doesn't show.
Hello support,
Just need a little help with exporting the signature, How can I move the name to the bottom...?
Just need a little help with exporting the signature, How can I move the name to the bottom...?
- support
- Site Admin
- Posts: 3657
- Joined: 19 Oct 2014, 18:22
- Name: Sergey Kharchishin
- Location: Russia, Evpatoriya
Re: [UPDATE] Signature field doesn't show.
There is no configuration fo this.
-
- Posts: 250
- Joined: 16 Jan 2018, 06:10
- Name: Andy
- Location: Indonesia
Re: [UPDATE] Signature field doesn't show.
What about editing the script in my previous discussion...?
viewtopic.php?f=2&t=1351
Or maybe you could remove the restriction for not entering the name, and users can write the name in the signature box instead.
NOTE : I've found a bug where I can't delete the signature from the item page. It occurs after I tried to export it.
viewtopic.php?f=2&t=1351
Or maybe you could remove the restriction for not entering the name, and users can write the name in the signature box instead.
NOTE : I've found a bug where I can't delete the signature from the item page. It occurs after I tried to export it.
- support
- Site Admin
- Posts: 3657
- Joined: 19 Oct 2014, 18:22
- Name: Sergey Kharchishin
- Location: Russia, Evpatoriya
Re: [UPDATE] Signature field doesn't show.
includes\classes\fieldstypes\fieldtype_signature.php
lines 70-85
lines 70-85
-
- Posts: 250
- Joined: 16 Jan 2018, 06:10
- Name: Andy
- Location: Indonesia
Re: [UPDATE] Signature field doesn't show.
Hello support, I've tried to change the script with minimal knowledge of php and html.
I changed this part The result was this, How to change the the output so that the Signature comes first...?
Very sorry if bothers you...
I changed this part The result was this, How to change the the output so that the Signature comes first...?
Very sorry if bothers you...
- support
- Site Admin
- Posts: 3657
- Joined: 19 Oct 2014, 18:22
- Name: Sergey Kharchishin
- Location: Russia, Evpatoriya
Re: [UPDATE] Signature field doesn't show.
Just move line in red bar to the bottom (line 85) so name will be added after signature.
-
- Posts: 250
- Joined: 16 Jan 2018, 06:10
- Name: Andy
- Location: Indonesia
Re: [UPDATE] Signature field doesn't show.
OK, done...
It's beautiful...
Thank you very much.
The next problem I found is when I delete the signature and I refresh the item page, the signature came back.
Is anything I do wrong...?
It's beautiful...
Thank you very much.
The next problem I found is when I delete the signature and I refresh the item page, the signature came back.
Is anything I do wrong...?