Add attachment Button for Job application

Hi all
I have done a bit of research on this but have found no answers, maybe you can help.
I want to make a job application form in indesign as an interactive PDF. I know the submit button will send the form information to an e-mail address which is half of what I am after, however I am also looking for an "attach resume" type thing. After posting in the Indesign forum they suggested I come here.
I know there is forms central which is ok, however I am after a bit more flexibility with the layout and input.
In summary, an option to be able to attach a file to an interactive PDF. I have seen the comment/mark up option, but I feel this would be too complicated for job applicants to get.
Thanks

Assuming the file is going to be used in Reader, the Attach a File commenting tool is the only option.
Of course, you can always ask the users to attach the file to the email, instead of to the PDF...

Similar Messages

  • Disable Add Attach Button in the Interactive PDF form

    Hi all,
    Can you please let me know if is possible to disable the Add Attachment Button for the interactive form?
    I need to show the attachment icon on the toolbar (setShowOption method from IWDPDFDocumentAppearance interface) but I need to disable the ability to add an attachment.
    Thanks in advance for your time.
    Regards,
    Mirco

    Hi Mirco,
    check below link may be it will help you
    Re: Disable Save Button in the Interactive PDF form

  • I am using strobe media playback but i want to add new button for subtitle in control bar,Can anybody tell me how can i do it.

    I am using strobe media playback but i am not able to add new button for subtitle in control bar.
    I have imported assets.fla file in Flash professional but i do not understand how add new button in this fla and then link with action script method to show subtitle.If anybody know about it please tell me.

    Hi,
    Yes you can add video subtitle and I can give you the details how to do
    that. Can you please advise which type of files you have for video
    subtitile and how many language you want to add. i.e. text files or xml
    files.
    Best regards,
    Sunil Kumar
    On Thu, Jan 15, 2015 at 5:22 PM, Add Subtitles to OSMF and <

  • How to add bookmark button for user to access application

    I would like to add a button that will be an 'ADD BOOKMARK' concept for the user so that they don't try to save the url that is generated at the time they run the application.
    I am using Apex 4.0.
    Is anyone familiar with this concept?
    I see it a lot on the internet with other websites.
    Thanks,
    Maggie

    This post is made for the future Apex users that need this info.
    I discovered a fantastic website that helped me generate the code needed for my apex page to add a bookmark link. This website is:
    http://www.webmaster-affiliates.net/bookmark-site_doit.php
    This was my code used (be sure to replace the curly brackets with a pointed less than/greater than bracket):
    {div align=right}{a href="javascript:window.external.AddFavorite('http://your.url.goes.here:7780/pls/apex/f?p=Graphics_Status', 'Graphics Status')"}Bookmark Site{a}{div}
    I created a page region and put the above code in the source field. Worked fantastic.
    Maggie
    Edited by: mjhamilton on Sep 2, 2010 7:59 AM

  • Add entry  button for roles adding activation

    Hi,
    My issue is:
    I created a zview in crmm_contact.
    I added the roles tab to the application.
    I added the even,t tool bar, tab group field group to the application.
    when i see it in portal, iam able to see the roles tab.
    Under this tab there are  addentry button(which is in tool bar).
    This add entry button is inactive mode.
    How can i make it active the add entry button?, then i should able to add extra  roles to the contact person.awaiting for your great reply

    Check the blueprint customing for toolbar, If the inactive flag is active.
    OR
    You can check in the CHECK_ACTIVE_TOOLBAR method of the model access class of the screen position. In this method there is option to make the buttons inactive.
    Raj

  • Add attachment button to a custom new form SharePoint 2013

    I'm creating a new custom form using SharePoint Designer 2013.
    I would like to add a attachment button to be able to upload files and images. How can this be done?
    See code below
    <tr>
    <td width="190px" valign="top" class="ms-formlabel">
    <h3 class="ms-standardheader">
    <nobr>Attach Files</nobr>
    </h3>
    </td>
    <td valign="top" class="ms-formbody" id="attachmentsOnClient" style="width: 434px">
    <span dir="ltr">
    <input type="file" name="fileupload0" id="onetidIOFile" size="56" title="Name"></input>
    </span>
    </td>
    <td width="100px" valign="top" class="ms-formbody">
    <input name="Button1" type="button" value="Attach" onclick='OkAttach()' style="width: 6em;
    height: 1.7em" id="attachOKbutton" />
    <span id="idSpace"></span>
    </td>
    </tr>
    <tr id="idAttachmentsRow">
    <td nowrap="true" valign="top" class="ms-formlabel" width="20%">
    <SharePoint:FieldLabel ControlMode="New" FieldName="Attachments" runat="server"/>
    </td>
    <td valign="top" class="ms-formbody" width="80%">
    <SharePoint:FormField runat="server" id="AttachmentsField" ControlMode="New" FieldName="Attachments" __designer:bind="{ddwrt:DataBind('i','AttachmentsField','Value','ValueChanged','ID',ddwrt:EscapeDelims(string(@ID)),'@Attachments')}"/>
    <script>
    var elm = document.getElementById(&quot;idAttachmentsTable&quot;);
    if (elm == null || elm.rows.length == 0)
    document.getElementById(&quot;idAttachmentsRow&quot;).style.display=&apos;none&apos;;
    </script>
    </td>
    </tr>
    Im getting error :
    Uncaught TypeError: Cannot read property 'value' of undefined
    form.js?rev=PxBF2F2E04Ut1YUooXDAbg%3D%3D:1
    OkAttachform.js?rev=PxBF2F2E04Ut1YUooXDAbg%3D%3D:1
    onclick
    Somewhere around this line:
    k=document.getElementsByName("RectGifUrl")[0];e.innerHTML='<span class="ms-delAttachments"><IMG SRC=\''+k.value+"'>&nbsp;<a href='javascript:RemoveLocal
    Thanks in Advance

    Create a custom list form or go to your NewForm.aspx using SharePoint Designer. Place the below code where you would like to insert the Attachment Field
    <tr>
    <td width="190px" valign="top" class="ms-formlabel">
    <h3 class="ms-standardheader">
    <nobr>Attach Files</nobr>
    </h3>
    </td>
    <td valign="top" class="ms-formbody" id="attachmentsOnClient" style="width: 434px">
    <span dir=”ltr”>
    <input type=”file” name=”fileupload0″ id=”onetidIOFile” size=”56″ title=”Name”> </input>
    </span>
    </td>
    <td width="100px" valign="top" class="ms-formbody">
    <input name="Button1" type=”button” value="Attach" onclick='OkAttach()' style="width: 6em;
    height: 1.7em" />
    <span id="idSpace"></span>
    </td>
    </tr>
    Thank You, Pallav S. Srivastav ----- If this helped you resolve your issue, please mark it Answered.

  • How do I add a button for a custom task on the List Accounts page in 5.5

    I'm trying to add a button to the bottom of the List Accounts page that launches a custom task. I thought this would be easy - just modify UserActionsConfig. I've already added the task to context menus. The problem is there are only options to add buttons for the Find User results page and the context menus. Is there a missing attribute key that needs to be included? Is there a different config file that I need to modify? Any help would be appreciated.

    Sorry not possible in 5.x. You will have to use 6.0 and the new HTML based tree browser.
    WilfredS

  • In table view, how to add one button for selecting page?

    Hi Experts,
    In the OBIEE 11.1.1.6, we have one uncommon requirement that customers want to randomly select actual page to view expected data in table view.
    For example:
    We make use of some columns to create one report in table view, and set 'Rows per Page' equal to '5',
    if this report contains 60 rows, it will have 12 pages, so customers want to select sepcial page number to view the some data. Is it possible to implement this requirement? Maybe we should write JS code.
    Note: Below table view, it has four buttons: First Row, Previous Row, Next Row and Display (500) rows in per page. So we want to add one button to select per page.
    We look at orgnial codes in WebBrowse, but do not know the following codes derive from which JS file.
    Could you please tell me how to find this file?
    <td class="TapeDeckCell"><img class="TapeDeckImage" onclick="" onkeypress="" src="res/s_blafp/viewui/pivot/first_dis.png" title="" alt="" ><img class="TapeDeckImage" onclick="" onkeypress="" src="res/s_blafp/viewui/pivot/previous_dis.png" title="" alt="" ><img class="TapeDeckImageEna" onclick="PTRowScroll('saw_5083_b','5','5', event)" onkeypress="PTRowScroll('saw_5083_b','5','5', event)" src="res/s_blafp/viewui/pivot/next_ena.png" tabIndex="0" onmouseover="PTTD(event, 'res/s_blafp/viewui/pivot/next_ovr.png');" onmouseout="PTTDO(event)" onmousedown="PTTD(event, 'res/s_blafp/viewui/pivot/next_dwn.png');" title="Next 5 Rows" alt="Next 5 Rows" ><img class="TapeDeckImageEna" onclick="*PTRowScroll*('saw_5083_b','-1)', event)" onkeypress="PTRowScroll('saw_5083_b','-1)', event)" src="res/s_blafp/viewui/pivot/showallrows_ena.png" tabIndex="0" onmouseover="PTTD(event, 'res/s_blafp/viewui/pivot/showallrows_ovr.png');" onmouseout="PTTDO(event)" onmousedown="PTTD(event, 'res/s_blafp/viewui/pivot/showallrows_dwn.png');" title="Display maximum (500) rows per page" alt="Display maximum (500) rows per page" > <Span class="TapeDeckRecords">Rows 1 - 5</Span></td>

    Hi Kobe,
    Thanks for listening me.
    I agree 11g have some issues unlike 10g. I've tried the same by creating a measure rcount(1) and name it as Page in RPD. I just pulled column Page in pivot table section 'Pivot Table Prompts' it is working but this may not answer your requirements.
    I would suggest to use the column in Prompt and go by between operator to allow user to select the rows between.
    In the report make Page as prompted.
    If you are okay with this can look forward to tweak it further, like values in the prompt multiple of 5 or 10s some thing like that.
    let me know updates on the same.

  • Submit by email for job applications online

    I would like to put a job application on my website that people can just fill out and click on "submit" and the
    submissions will go to my email address. You can do this in Live CycleDesigner but I want to do it with
    Forms Central. Can someone explain to me how to do this? Thanks for your help

    FormsCentral is a lot more reliable and much more secure than email sending by email, and for the type of information that's typically in an employment application, security is a good idea. You always have the option of setting it up to send you an email notification whenever a form is submitted, and you can download responses as a filled-in PDFs.

  • Add attachment button disapear from Customer screen ( framework )

    We did some personalizations in 12.1.2; for one reason ( we don't know why ) add attachment butotn disappear from attachment tab in client screen ( framework )
    any idea
    Thanks
    Marc

    Hi Marc,
    i am not clear with your question.
    through personalize page option, you can check the rendered property for the same.
    Regards,
    Naren.

  • Add SEND button for service commands

    Would it be possible to add a "send" button at the bottom middle for service command view?
    Service command is the menu you get when you phone a *123# number for example.
    Currently you have to select your number/option by typing it and then select "Options" and select send. There are just two buttons currently in that view (Back and Options) on the Symbian Belle interface. My old Nokia had a dedicated send button
    Anyway, would really make things easier because these type op menu's are used by the mobile banking sites and to check my cellphone account balances.
    Thanks! 

    Agree, its very annoying that you have to press more buttons for simple operations like sending sms.

  • The add work button for behance does not work. how to fix this?

    I cannot publish to Behance the add work button does not work. I also cannot upload work to Adobe Voice Either. Why is this happening? I see my comrades uploading work.

    Sorry to hear that! To resolve this quickly, submit a ticket here so that we can give you one-on-one support: https://behancenetwork.zendesk.com/anonymous_requests/new
    Off the bat, if you're having this issue on several products, it might be an issue with your computer or browser settings. We'll help in the ticket!

  • How to add Cleat button for Prompts

    Hi
    I have 7 Prompts in my dashboard page. And i have Apply filter. But it is not working. Do i need to some thing for this? Help me on this.
    And i want to create a Clear Button for the all Prompts.
    Than

    Hi,
    Use below code in Dashboard Text object,
    [div align='left' class="XUIPromptEntry minibuttonOn"][br][br][a href="#" onclick="return PersonalizationEditor.removeDefaultSelection(false)"]   Clear all Filters[a][div]
    Use < instead of [
    and > for ]
    Thanks,
    Balaa...

  • Help pls. i dont have the "add event" button for my calendar. how do i fix this

    i just upgraded my ipad 2 to iOS 5, but when i checked the calendar i coudnt find the "add event" button that is supposed to be on the lower right portion of my ipad. can anyone pls help me with this. thanks.
    Ben

    Could you try to activate "Calendar" in the iCloud-Settings of the Ipad?
    Just close the Calendar, turn the setting on and start Calandar again. Perhaps you need a reboot.
    Could you try this?

  • How to add delete button for ocmponents in TileList

    I have a TileList that received text components. I would like to add a button that when clicked, removes the text item and renumbers the items.
    How would I do this and where would I inject the command?
    Code below:
        <mx:TileList width="320" height="100%" id="ImgList" dataProvider="{snapArray}" columnCount="1"
                      rowHeight="150"
                      cornerRadius="5" borderStyle="solid"
                      paddingLeft="2" paddingTop="2" paddingRight="2" paddingBottom="2"
                       backgroundColor="#EEEEEE">
                <mx:itemRenderer>
                    <mx:Component>
                                        <mx:HBox verticalAlign="middle" horizontalGap="5" cornerRadius="5" borderStyle="solid"
                                            paddingLeft="2" paddingRight="2" paddingTop="2"
                                            width = "100%"
                                            height= "100%"
                                            >
                                            <mx:Image width="150" height="100%" source="{data.image}"/>
                                            <mx:VBox width="100%" height="100%" verticalAlign="middle">
                                                <mx:TextInput id="titleEdit" text="{data.title}" styleName="smallLabel" color="#F05827" width="100%" textAlign="left"
                                                     change="data.title = titleEdit.text"
                                                    />
                                                <mx:TextArea id="descEdit"
                                                    text="{data.desc}"
                                                    styleName="smallLabel"
                                                    color="#F05827"
                                                    fontWeight="normal"
                                                    width="100%"
                                                    height="100%"
                                                    textAlign="left"
                                                  maxChars="500"   
                                                    change="data.desc = descEdit.text"
                                                    />
                                            </mx:VBox>
                                        </mx:HBox>
                    </mx:Component>
                </mx:itemRenderer>
                </mx:TileList>

    Any help on the above scenario?

Maybe you are looking for

  • How do I change the order of multiple cards in Passbook?

    Hi, I have two Starbucks cards loaded into Passbook - one of US currency and the other Canadian. The problem is I live in Canada and when I want to pay at Starbucks via my iPhone's Passbook, the card with US currency always show up first. The Starbuc

  • SharePoint Online video - Lightbox

    Greetings, I have some videos in a document library(Asset library) that I am looking to show using a jQuery Lightbox instead of using the standard VideoPlayer.aspx page, by retrieving a bunch of links from a SharePoint list using JSOM. My intention i

  • Is JMS based solution the right one?

    Hello, I'm doing some research on possible solutions to a process that is currently being completed semi manually and semi automated. The process itself consists of feeding several thousand ID numbers to a legacy C++ application, which in turn, after

  • Database upgradation from SQL Server 2008 to 2012

    Hi Experts, I am upgrading MSSQL 2008 to MSSQL 2012. This box contains all of the DBs for our Sharepoint installation. We have identified that we can run the setup wizard to change the database and basically restore a backup from the 2008 database on

  • Column widths OK in Firefox & Opera, NOT WORKING in Internet Explorer?

    Hi there, I've got a table based website and for some reason Internet Explorer is messing up my layout?  It works fine in Firefox and Opera but IE is extending one particular <td> tag beyond its set width?  What's even more strange is that the proble