Walter Jones
I am trying to use the gated content tutorial, but I am running into problems. I have created the form, the view and placed the view on a page and told the form to display page content. However, the tutorial has the view with "file name" in the shortcode, but there was no indication about uploading anything yet. Does the form have to be on a seperate page? I am lost, it would almost seem like some steps are missing from the tutorial. Any help would be greatly appreciated. I want to be able to upload a document to a form and retrieve a secure link that someone can see upon submission.
I have a form that is supposed to generate a new number everytime a new entry is entered. This is set up to be unique, but the form is stuck on the number I auto-start with and will not advance by 1, as is denoted in the fields. I have to manually change the start number to the next number before my users can submit another form. AJAX submission is turned off with this form. I have another form that generates a unique case number and it seems to be working properly.
I have a view that displays data on a page. I then added a formidable search bar on that same page to search the view. I have two questions, is it possible to search using a drop-down box to search the contents of the view, for instance, if I have names prepopulated in the dropdown box, and I want to see the entries by that selected name only. Second questions is, is there a way to force exact searches with the search bar, like in google putting "search content"?