Form fields, menu and model Web links

The site Im working with uses a pages administration panel, and from there the designer has added a page of form field in download for audio files and other pages where I can change the information which enter into force on the main site with other forms. When I tried to copy and paste the registration page to download audio files in the control panel of the main site for access to the public directory and then refreshed the browser that the page has not responded, I want it to work on the main site as a standard page for users, I even inserted a link to this page on the main site, not the admin of the site. error code 404 came.

What does this part of the code? If it is not connected to the main site?

< name of the form = 'album' method = "post" action = "<?" PHP echo site_url()?; ' > album/action_album "onsubmit =" return validate(); "enctype =" multipart/form-data">

How is it not found on the main site? What php syntax is the problem. Or is it one of the other part of the site files? What should I do to convert the page to one of the pages of the site, even if it eas times admin page using the codeigniter framework?

site_url() is a function, probably within CodeIgniter.

I believe that the function requires an argument like site_url("album/action_album")

Tags: Dreamweaver

Similar Questions

  • Phone numbers contained in the e-mails and the web links will appear for several seconds and then disappear. I use Yahoo mail, however, if I use IE 8, the problem does not occur. Help!

    Phone numbers contained in the e-mails and the web links will appear for a few seconds and then disappear. I use Yahoo mail, however, if I use IE 8, with Yahoo mail, the problem does not occur. Help!

    This has happened

    Each time Firefox opened

    Is whenever I use Firefox

    Tools > Addons > > Extensions

    You have the Skype for Firefox extension?
    If so, disable it. Known to cause this problem for many users.

  • Form fields copy and pasting one PFD to another

    Copy and paste form fields of a PFD to another while in form editing mode has stopped working. I did a hundred times and then the second document suddenly stopped to accept my objects to the Clipboard. That's happened?

    I answered my own question by trial and error.

    I worked with excel to create columns that will automatically detect the wizard. I then transferred these columns into a MASTER spreadsheet.

    I had unconsciously tried to copy/paste text fields with the same name as the associated checkbox. It gives me a warning pop - up or anything like that so I could ' t understand why it didn't work. Hope this helps someone who has the same frustration I was.

    Thank you

  • Adding pages to form via JS and models. Stop the text to copy to the new page

    Hello community,

    In the last days, I was doing a crash course in Adobe acrobat and JavaScript. One of our clients asked us to make a PDF form with fields to fill and a button that will make a new copy of the form.

    I have text fields, model, and javascript for the button to load the model.

    My problem is that text in the fields on the first page is copied to the extra pages when they are made.

    I did a ton of research and found a lot of answerrs talk about having the renamed domain. I've included the part bRename to my JS, and text fields indicate that they are a differnet name, but he always pulls data from the first page.

    Here is the script I use. I'm also runing Acrobat X standard.

    var a = this.getTemplate ('new Page');

    a.Spawn ({bRename: true});

    Any suggestions would be a great help. I can provide necessary additional information.

    You can reset the fields on the newly created page. All fields on the page will have the prefix "Pn", where n is the number of the newly created page. Since your code adds the page at the end, the code to reset the fields that you can use after the code that generates the model can be:

    resetForm (["P" + (numPages - 1)]);

  • Forms for reports and the Web.Show_Document userid

    I inherited several form - combinations of report to update and I am not familiar with the reports. I'm working to be converted to run under Web Forms / Reports 10

    In a pair of form/report, the form passes the user of the report ID, and I was able to convert that.

    In another pair, however, I don't see how the form passes authentication user name to run the report. The form creates a list of parameters, adds a number of parameters, but no user name, and then calls Run_Product. It works without problem, immediately send a report to my printer. Can someone explain what the form of forms 6 on connection information to the report? Where can I find the mechanisms which achieve?

    I need to get this working in Web Forms.

    Thanks in advance!

    Why Oracle provides the java frmrwinteg plugin to hide the name of user and password on the report URL in the browser?

    Because you don't have to call a report from a form. Or you call a report of a form through web.show_document instead of via run_report_object.

    Is - it so the report can be run with a different username than the Forms user ID?

    It could be if you need this feature. But this seems very strange to me. Normally, you would then run the report with a default user defined in the mapping of keys to server file cgicmd.dat.

    What is the difference between Run_Report_Object and Web.Show_Document.

    Run_report_object is a direct communication between the drivers of forms and reports on the application server.
    Web.show_document opens a URL in the browser on the client computer.

  • Get the names and form field values

    Hi everyone please help me

    I tried the following code, but it returns me the result as ("found no fields")

    I'm not able to reach my pdf here, I tried with a method more evenly, always it returns nothing.

    When I went through the Forum, I heard about LiveCycle Form. If my pdf is Livecycle form based so please give me the code to reterive the form fields names and values,

    method 1:

    ' / / Let's start

    Set WshShell = CreateObject ("Wscript.Shell")
    WshShell.run "c:\F4.pdf Acrobat.exe.
    While not WshShell.AppActivate ("Adobe Acrobat"): 1000 Wscript.Sleep: Wend


    ' / / Set/Get Acrobat objects
    The App value = CreateObject ("AcroExch.App")
    Set AVDoc = App.GetActiveDoc
    Set PDDoc = AVDoc.GetPDDoc
    Define the JSO = PDDoc.GetJSObject

    ' / / Search fields and extract the Name value +.
    txt = «»
    If jso.numFields then
    for i = 0 to jso.numFields-1
    FN = jso.getNthFieldName (i)
    ' msgbox (x)
    the value of f = jso.getField (fn)
    F.value = FV
    txt = txt & fn & "=" & fv & ";"
    next
    MsgBox (txt)
    on the other
    MsgBox ("no fields found")
    end if

    Set AVDOC = Nothing
    Set PDDoc = Nothing
    Define the JSO = Nothing

    Method2:

    MyFile = "C:\output.pdf".
    Set AcroExchApp = CreateObject ("AcroExch.App")
    Set AcExAVDoc = CreateObject ("AcroExch.AVDoc")
    bOK = AcExAVDoc.Open (myFile, "")
    AcExAVDoc.BringToFront

    sMsg = «»

    If (bOK) then
    Set AFormAut = CreateObject ("AFormAut.App")

    If AFormAut.Fields.Count = 0 Then
    sMsg = "No there there no field (s) to read this PDF file"
    On the other
    sMsg = "There are" & AFormAut.Fields.Count & "fields in this PDF document.
    End If


    For every FormField in AFormAut.Fields
    FieldName = FormField.Name
    FieldValue = FormField.Value
    ' MsgBox AFormAut.Fields (Fieldname). Value
    sMsg = sMsg & vbLf & "," & Fieldname & "," & AFormAut.Fields (Fieldname). Value & "," & FormField.IsTerminal
    MsgBox SMsg

    Looks like there is no form field.

    Could you please tell me, how we can attach files in this forum. While I will attach my Pdf file

    You can put the file on acrobat.com ( https://acrobat.com/ ).

  • Hidden form fields - Landing Page Data Capture

    I'm trying to use 1 generic form on all landing pages we create for Webinar sign.  in order for me to pass the correct form by webinar data via the form of treatment to the module of the event concerned, I need to have a hidden field that contains the identifier of unique landing page.  What would it be?  If that's the name of the destination page, then what is the real call tag and how that I insert in the hidden field?

    the objective here is to have: 1 generic form used in webinar multiple landing pages that transmits data through several modules of the discipline concerned for each webinar.  See below for a brief scheme.

    Thank you!

    DOM

    Quick question - is the landing page for each webinar on a canvas of separate campaign? If so, you can use the URL that contains the elqcampaignid to delimit the module in which Webinar to send it to. You simply need to add as a hidden field on the form, and then add the code to extract the value of the URL. You can find instructions and the code here: How to capture Sources referring to the Landing Pages and forms using query strings

    If they are not on separate canvases, you can use the same method as above, but it would just come with your own query string parameter to add to the url. Example: http://www.url.com?webinar=A

    In the example above, you just have to then a hidden form field "webinar" and update the code to reflect this hidden field. The key he ensure that's connecting to these landing pages then have this added query string.

  • Web link to a report and based on the opportunity name field

    Hello

    I have the opportunity. On its page layout, I defined a field of Internet link. I copied the URL of a report that I created. My report is a table view with all opportunities with other criteria.
    I would like to define an oopportunity filter as "is invited". So when I click on the Web link in my opportunity, only the lines linked to this opportunity are displayed.
    Unfortunately, this configuration does not work.

    I know I can get a report link to my opportunity information using an HTML report. But with a standard table, is this possible too?

    How can I manage my report URL to add the name of ID or opportunity invited?

    Kind regards

    Tim70, smjohn is right, the opportunity didn't need quotes. So, your code should look like this:
    https://secure-ausomxdca.crmondemand.com/OnDemand/user/analytics/saw.dll?Go&Path=%2fshared%2fCompany_31844_Shared_Folder%2fASW+REPORTS+DRAFT%2fOpportunity+Data&Options=rfd&Action=Navigate&P0=1&P1=eq&P2=Opportunity.%22Opportunity+ID%22&P3=%%%Id%%%

    Thom

  • Treatment options for form (use the value of a form field to select a shared list or a web redirect page)

    Hello

    I tried something with the processing of the forms which doesn't seem to work. I wonder if the function really works or if I'm doing something wrong.

    Here is an example of what I do: I have a form that I want to use. I add "Web Page redirection" processing step to my form. When I click on the processing step to set up, under "General settings" there is an option that says "Choose how the launch of destination page is selected." In this drop-down menu, there are three options: always redirect to the same landing page, use a drop-down list to select the landing page and the value of a form field allows you to select the destination page. I have a hidden field on the form that contains the URL of the web page to which I would like to redirect. When I select 'Use the value of a form field to select the landing page', I select the hidden field to the field that contains the URL of the web page to which I want to redirect. It's my setup. However, when I submit the form, nothing happens, I do not redirect to the URL contained in the hidden field... This function still works? I'm doing something wrong? I can't seem to get the function "Use a drop-down list to select the destination page" to work either. The same thing happens when I try to use the "Add Contact to shared the list" processing step. I add the name of the list that is shared in the field hidden, but the contact does not appear in the shared list... These functions still work? If yes how do I configure them?

    Thank you!

    Well, I understood the problem of the shared list... You must add the ID of the list shared in the hidden field. I had to use Firebug to see the real ID of the shared list. Once you have the ID, use you it as a static value in the field. If the HTML code of the form will look something like this:

    If you do not use the lookup data ID. You use the ID real asset on the shared list. You must use something like Firebug to find.

    I'm glad everything is working.

  • How to create a model Web ADI and save it in our applications?

    Hi all

    I want to create a user registration model he Web ADI so that I can send the form to the customer and they will just fillup the spreadsheet with all users want to add to the system and then load using Web Adi.

    For example, this form is:

    Capture.PNG

    I want to create a model Web ADI for the forms above, which is recorded in the database of applications. As in the example of template below:

    1. Add Oracle WEB ADI you your responsibility. Learn how to create document etc.

    2. via large Oracle book, Journal enter and click Launch Wizard Journal... from there, you can create similar joint document


    Capture2.PNG

    Please help how to create templates like this.

    Thank you very much

    MK

    I haven't worked much on WebADI recently. But I think I understand the mode of operation has not changed, so the link I gave (the one Karim) should always hold.

    The other two (more recent) that I found when google

    oatrain: Simple Custom WebADI Integrator with 12.1.2 Desktop Integration Manager

    Oracle Web ADI: Creating a custom Integrator | Suite Oracle e-Business Applications

    According to the second link:

    Desktop Integration manager involves the creation/management of integrators and parameters

    Office Integrator allows you to create any documents, layout, Mapping, configuration options etc.,.

    You can connect to the application and see what the differences are. Sorry I don't have access to an instance at the present time and no longer remember.

    Cjeers

    AJ

  • Modifiable and nonmodifiable Web form

    Hello Forum,

    I wonder how do ensure you the form submitted by the applicant is not editable when it is received by the approver. I missed a setting somewhere or is this default setting?

    I have to write a business for this rule? Seem odd that the default value can be changed. hope someone can clarify this point. Thank you.

    Tommy

    Hi Tommy,.

    In fact, how work web forms is that they don't know themselves whether they are thrown into an approval task or when you submit.

    The best way to control these aspects of a web form is to have an article on your online form that is always hidden.

    I call this section my 'Control' section and add as many fields that I want to do, so that I can control appearance and behavior of my web form as well to grain I have.

    So I would create this 'Control' section at the bottom of the form, its visible set to false property (in this way, everything you put in this article will be automatically invisible too) and I would create a text field inside called the 'stage '.

    Then, I would write a rule of web form (not a business rule) similar to this:

    If (Stage.value = "Probate") {}

    Enabled property to false>

    < e.g.="" requestersection.enabled="false;">

    } else {}

    Enabled trueproperty >

    < e.g.="" requestersection.enabled="true;">

    }

    Finally, go to the association of job approval data and set the command-> entrance to stage to the string "Approval" (of course, he must match with the If clause stated in the rule of web form).

    And that's all. Your code should work as intended.

    What is right in this approach is that you can specify a control really fine grain on your form. Suppose, in a certain stage of your process, you want the user to be able to change only the specific field. You simply specify another if the rules to deal with online access to your form.

    Hope this has helped.

    If you need more information, let me know.

    See you soon

    José

  • How can I program a button to retrieve an image from a user base and insert them into a form field?

    I need help (I have not the slightest idea) with a java script to program a button to retrieve an image from a user base and insert into a form field. To go to the menu select icon.

    [edited by moderator - he had no body to the post office and it was while heading a long title.] [Shorten the title and pasted the original title, plenty of length as the message body]

    Okay, that's actually quite easily. As the l' evenement event MouseUp button, select "Execute JavaScript" and enter this code:

    event.target.buttonImportIcon ();

    When you click the button it will open a file selection dialog and the selected file is displayed under the icon of the button.

  • Model for the form field option is not found

    Hello - when I tested the echosign function I was able to implement a model of form field that I could then apply to a future document so that I didn't have to recreate all the fields if I replaced a page or change the text under.  Now I am an annual subscriber, I don't think this feature.  Any ideas?

    Hello Emily,.

    The trial version does not have the ability to create the layer of form field model and if you went to the same enterprise-level plan, then the feature would still be there, but if you upgraded your account to 'Send for Signature', then he has that.

    -Usman

  • A web site can generate PDFS filled by downloading a PDF file with empty form fields?

    In other words, if I provide my web developer with a standard form PDF file that is ready to be filled, can code the site to "fill" the form fields with the data generated by a release of the database?

    Here's the goal: I need to have nice aesthetically "certificates" generated by the web site for the print client. The design is approved, but the customer does not want to have to fill them all individually. We have the data, and I'd love to be able to 'plug in' on individual PDF files. The question is, can 'take' the data that a user in Acrobat Pro/Reader/DC of PDF software? A web site "tool" can be coded to fill the fields of the PDF format and save a printable file?

    Keep in mind, I'm a designer, so I probably don't have a response technical, more just one "Yes, you can do this using the...» "or a 'of course not, silly designer guy, it would be a huge security risk' or whatever, so that I can know whether or not to have my web devs continue this as a solution.

    Yes, it is possible, but not with Acrobat, which cannot be used on a server.

    There are other tools that can do it, even if the side server.

  • You can edit a document template in your library (pdf) and retrieve previous form fields, so you don't have to start from scratch?

    I've just uploaded a pdf template in my library and spent a lot of time to fill the form fields. However, after completing the achievement, I made a misspelling on the original pdf model uplaoded. Is there a quick way to upload the document again and copy the older form of the document field so that I don't have to start from scratch?  If someone is able to inform you that would be much appreciated.

    Only if you checked create layer for the form field option when you create the document in the library. (Available only in the accounts of end superiors so that you won't)

    If you have Adobe Acrobat you can add fields from the agreement to the PDF outside eSign services.

    Or if you are using word documents, it is possible to add fields of the agreement using text tags.

    With those you can change regardless of the document and download the new copy and that the fields are already there, no need to copy or redo them.

    Document help Cloud | Form creation | eSign services

Maybe you are looking for