This topic is locked

Inserting Add page a section expansion

12/25/2012 4:04:30 PM
PHPRunner General questions
M
mrdave author

I am very new at PHP, and PHP runner. I am working on a screen that will let me offer clients documents to sign agreements.
Big picture:
A user will have a see a list of documents they need to sign, With their credentials they can only see the list of documents and click on view. When they click on view, I want the document to open and a signature box to appear. The clients have read only rights to the documents but can write to the signature file.
Details:

I have the document table working and I have the signature table working. i just want a signature add box to appear under the document display.

The signature table is a detail detail item of the documents table.
I have tired copying the table under the signature -> add screen and pasting it into a section on the view document page. That didn't work.

How do I get the add signature detail screen to display on the view document scree either underneath the document or better in a section on the page.

is there anything special I have to do then to get the document ID's reference number into the Signature table item?
Finally I have to execute an update on the document status field in the document folder to indicated that is has been signed. That part looks pretty easy though I haven't looked at it yet.
Sorry for such a basic simple question.

Sergey Kornilov admin 12/26/2012

It would be great to see some sort of screenshot that explains what you trying to achieve. It's not really clear what is the issue that you facing.

M
mrdave author 12/27/2012



It would be great to see some sort of screenshot that explains what you trying to achieve. It's not really clear what is the issue that you facing.

M
mrdave author 12/27/2012



It would be great to see some sort of screenshot that explains what you trying to achieve. It's not really clear what is the issue that you facing.



Hopefully this makes it clearer. I want the client to see the document waiting to be signed. They can't edit the document. When they expand the section which has the document text I want the add signature page to display.

They have write permissions the signature table, but not the document table.

Sergey Kornilov admin 12/28/2012

There is no screenshot.