Jump to content
  • 0

From Enquiry form to New Client form


Kendall

Question

Hi, I am a newby.

 

I have built a data sheet to enquire if a client is in my database.

What I need to do is have a link from the results page, that I can click on, that will redirect me to add a New Client Form if there is no such client already in my database. I have already built my new client form.

I also need an option to go to my add a log form option if my result does find a client based on my search criteria.

1.png

2.png

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

For the first link to add a new client, you can go to Localizations and edit the message for "No Records Found" if you only want the link to show up when no records are found. Otherwise, you can just add the same coded link in the Footer block:
image.png.cfc29584bb108fc068be7bb6b23bcea6.png

Coded link: <a href="NEW-CLIENTFORM-URL"> Add a New Client </a>

Here it is on Footer. Remember to disable HTML editor or go to SOURCE before typing it in so it will be rendered as code not text:
image.png.6062c8bb29a2539b3d979b7fe9dda886.png

Link to comment
Share on other sites

  • 0

For the submission form to add new log you can just edit the destination of the DataPage and it should automatically redirect to the next form.
image.png.b6d500bb84871689ec0ef3747c4b8e8d.png

If you want to be optional and you want a link, same thing as my previous response. Use the coded link and add it to the Message:
image.png.83a4787e7f7176f00949b2b661c74768.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...